mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
commit
3f9e2618c2
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user