Merge pull request #124 from creative-commoners/pulls/4.5/php-7.4-builds

Update Travis config to include PHP 7.4 build, upgrade to Xenial
This commit is contained in:
Robbie Averill 2020-02-26 12:01:04 +11:00 committed by GitHub
commit 2a77c2454f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,11 @@
language: php
dist: trusty
dist: xenial
services:
- mysql
- postgresql
- xvfb
cache:
directories:
@ -20,6 +25,8 @@ matrix:
env: DB=MYSQL PHPUNIT_TEST=1
- php: 7.3
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
- php: 7.4
env: DB=MYSQL PHPUNIT_TEST=1
before_script:
# Init PHP