Add PHP 7.3 to Travis builds

This commit is contained in:
Robbie Averill 2019-07-23 15:44:36 +02:00
parent 069cf82468
commit 09b95b9cd7

View File

@ -1,13 +1,11 @@
# See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false
dist: trusty
language: php
matrix:
include:
- php: 5.4
env: DB=MYSQL CORE_RELEASE=3.5
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3
- php: 5.6
@ -16,6 +14,8 @@ matrix:
env: DB=MYSQL CORE_RELEASE=3.6
- php: 7.2
env: DB=MYSQL CORE_RELEASE=3.7
- php: 7.3
env: DB=MYSQL CORE_RELEASE=3.7
before_script:
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support