mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Update Travis config to include PHP 7.4 build
This commit is contained in:
parent
deb80c5370
commit
600fe51b66
@ -26,6 +26,12 @@ matrix:
|
|||||||
env: DB=MYSQL PDO=1
|
env: DB=MYSQL PDO=1
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
env: DB=MYSQL BEHAT_TEST=1
|
env: DB=MYSQL BEHAT_TEST=1
|
||||||
|
- php: 7.4
|
||||||
|
env: DB=MYSQL
|
||||||
|
dist: xenial
|
||||||
|
services:
|
||||||
|
- mysql
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update || true
|
- composer self-update || true
|
||||||
|
Loading…
Reference in New Issue
Block a user