mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Update Travis config to include PHP 7.4 builds
This commit is contained in:
parent
6bb01369f5
commit
02ca9d772a
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
|
||||
|
Loading…
Reference in New Issue
Block a user