mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Update Travis config to include PHP 7.4 build
Also bump tested minor release branch to 3.7
This commit is contained in:
parent
30a6b9be90
commit
6dbe75ce1e
@ -7,7 +7,7 @@ dist: trusty
|
||||
language: php
|
||||
|
||||
env:
|
||||
- DB=MYSQL CORE_RELEASE=3.6
|
||||
- DB=MYSQL CORE_RELEASE=3.7
|
||||
|
||||
matrix:
|
||||
include:
|
||||
@ -16,8 +16,12 @@ matrix:
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3
|
||||
- php: 5.6
|
||||
env: DB=PGSQL CORE_RELEASE=3.6
|
||||
env: DB=PGSQL CORE_RELEASE=3.7
|
||||
- php: 7.1
|
||||
- php: 7.4
|
||||
dist: xenial
|
||||
services:
|
||||
- mysql
|
||||
|
||||
before_script:
|
||||
- composer self-update || true
|
||||
|
Loading…
Reference in New Issue
Block a user