mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1702 from robbieaverill/feature/php7.1-builds
BUILD Run PHP 7.1 as default 7.x
This commit is contained in:
commit
a8732efd7a
@ -30,6 +30,8 @@ matrix:
|
|||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: NPM_TEST=1
|
env: NPM_TEST=1
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
|
env: DB=MYSQL PHPUNIT_TEST=1
|
||||||
|
- php: 7.1
|
||||||
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
|
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user