Update build config for master

This commit is contained in:
Damian Mooyman 2018-02-14 14:16:19 +13:00
parent 13f088ee4a
commit fd4b305607
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.1
env: DB=MYSQL PHPUNIT_TEST=1 PHPCS_TEST=1
- php: 7.0
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=PGSQL PHPUNIT_TEST=1
- php: 7.1
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1

View File

@ -26,7 +26,7 @@
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^7"
},
"extra": {
"branch-alias": {