Update Travis config to include PHP 7.4 builds

This commit is contained in:
Garion Herman 2020-02-26 14:58:21 +13:00
parent 6bb01369f5
commit 02ca9d772a
1 changed files with 12 additions and 0 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