Update Travis config to include PHP 7.4 build

Also bump tested minor release branch to 3.7
This commit is contained in:
Garion Herman 2020-02-27 14:16:57 +13:00
parent 30a6b9be90
commit 6dbe75ce1e
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@ dist: trusty
language: php language: php
env: env:
- DB=MYSQL CORE_RELEASE=3.6 - DB=MYSQL CORE_RELEASE=3.7
matrix: matrix:
include: include:
@ -16,8 +16,12 @@ matrix:
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3 env: DB=PGSQL CORE_RELEASE=3
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3.6 env: DB=PGSQL CORE_RELEASE=3.7
- php: 7.1 - php: 7.1
- php: 7.4
dist: xenial
services:
- mysql
before_script: before_script:
- composer self-update || true - composer self-update || true