Use xenial and php 7.3

This commit is contained in:
Steve Boyd 2020-02-18 12:12:12 +13:00
parent dc8a760520
commit eab3075027
1 changed files with 10 additions and 4 deletions

View File

@ -1,18 +1,24 @@
language: php
dist: xenial
services:
- mysql
- postgresql
env:
global:
- COMPOSER_ROOT_VERSION=4.4.x-dev
matrix:
include:
- php: 5.6
env: DB=MYSQL
- php: 7.0
env: DB=PGSQL
- php: 7.1
env: DB=MYSQL
- php: 7.2
env: DB=PGSQL
- php: 7.3
env: DB=MYSQL
- php: 7.3
env: DB=MYSQL
before_script: