mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #125 from creative-commoners/pulls/3.7/php-7.4-builds
Update Travis config to include PHP 7.4 build (3.x)
This commit is contained in:
commit
0f2902267e
18
.travis.yml
18
.travis.yml
@ -2,26 +2,26 @@
|
|||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
dist: precise
|
dist: trusty
|
||||||
|
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
|
||||||
- 5.3
|
|
||||||
- 5.4
|
|
||||||
- 5.5
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=MYSQL CORE_RELEASE=3.6
|
- DB=MYSQL CORE_RELEASE=3.7
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- php: 5.4
|
||||||
|
- php: 5.5
|
||||||
- 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
|
||||||
env: DB=MYSQL CORE_RELEASE=3.6
|
- php: 7.4
|
||||||
|
dist: xenial
|
||||||
|
services:
|
||||||
|
- mysql
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- composer self-update || true
|
- composer self-update || true
|
||||||
|
Loading…
Reference in New Issue
Block a user