Merge pull request #9412 from creative-commoners/pulls/4.5/php-7.4-stable-build

Update Travis config to use stable PHP 7.4 release
This commit is contained in:
Robbie Averill 2020-02-20 16:22:48 +13:00 committed by GitHub
commit 2936f6e0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
language: php
dist: trusty
dist: xenial
services:
- mysql
- postgresql
cache:
directories:
@ -36,7 +40,7 @@ matrix:
- PDO=1
- PHPUNIT_TEST=framework
- php: 7.4snapshot
- php: 7.4
env:
- DB=MYSQL
- PHPUNIT_TEST=framework