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:
|
env:
|
||||||
- PHPUNIT_TEST=core
|
- PHPUNIT_TEST=core
|
||||||
- DB=PGSQL
|
- DB=PGSQL
|
||||||
|
- php: 7.4
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=core
|
||||||
|
- DB=MYSQL
|
||||||
# admin php tests
|
# admin php tests
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env:
|
env:
|
||||||
@ -52,6 +56,10 @@ matrix:
|
|||||||
- PHPUNIT_TEST=admin
|
- PHPUNIT_TEST=admin
|
||||||
- DB=MYSQL
|
- DB=MYSQL
|
||||||
- PDO=1
|
- PDO=1
|
||||||
|
- php: 7.4
|
||||||
|
env:
|
||||||
|
- PHPUNIT_TEST=admin
|
||||||
|
- DB=MYSQL
|
||||||
# behat tests
|
# behat tests
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env:
|
env:
|
||||||
@ -66,6 +74,10 @@ matrix:
|
|||||||
- BEHAT_TEST="@asset-admin"
|
- BEHAT_TEST="@asset-admin"
|
||||||
- DB=MYSQL
|
- DB=MYSQL
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
|
env:
|
||||||
|
- HEALTH_TEST=1
|
||||||
|
- DB=PGSQL
|
||||||
|
- php: 7.4
|
||||||
env:
|
env:
|
||||||
- HEALTH_TEST=1
|
- HEALTH_TEST=1
|
||||||
- DB=MYSQL
|
- DB=MYSQL
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
"silverstripe-themes/simple": "~3.2.0"
|
"silverstripe-themes/simple": "~3.2.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7"
|
"phpunit/phpunit": "^5.7",
|
||||||
|
"sminnee/phpunit-mock-objects": "^3.4.5"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"project-files": [
|
"project-files": [
|
||||||
@ -27,4 +28,4 @@
|
|||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user