Merge pull request #275 from creative-commoners/pulls/4.5/php-7.4-builds

Update Travis config to include PHP 7.4 builds
This commit is contained in:
Robbie Averill 2020-02-26 16:15:14 +11:00 committed by GitHub
commit 3f9e2618c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View File

@ -42,6 +42,10 @@ matrix:
env:
- PHPUNIT_TEST=core
- DB=PGSQL
- php: 7.4
env:
- PHPUNIT_TEST=core
- DB=MYSQL
# admin php tests
- php: 7.1
env:
@ -52,6 +56,10 @@ matrix:
- PHPUNIT_TEST=admin
- DB=MYSQL
- PDO=1
- php: 7.4
env:
- PHPUNIT_TEST=admin
- DB=MYSQL
# behat tests
- php: 7.1
env:
@ -66,6 +74,10 @@ matrix:
- BEHAT_TEST="@asset-admin"
- DB=MYSQL
- php: 7.3
env:
- HEALTH_TEST=1
- DB=PGSQL
- php: 7.4
env:
- HEALTH_TEST=1
- DB=MYSQL

View File

@ -9,7 +9,8 @@
"silverstripe-themes/simple": "~3.2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^5.7",
"sminnee/phpunit-mock-objects": "^3.4.5"
},
"extra": {
"project-files": [
@ -27,4 +28,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}