Add php 7.2

This commit is contained in:
Laurent Destailleur 2017-11-17 17:13:30 +01:00
parent e7121cda81
commit 87bfe3292c

View File

@ -37,6 +37,7 @@ php:
- '5.6'
- '7.0'
- '7.1'
- '7.2'
#- hhvm only with dist: trusty
- nightly
@ -60,6 +61,7 @@ matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: 7.2
- php: nightly
# We exclude some combinations not usefull to save Travis CPU
exclude:
@ -71,6 +73,8 @@ matrix:
env: DB=postgresql
- php: '7.0'
env: DB=postgresql
- php: '7.2'
env: DB=postgresql
- php: hhvm
env: DB=postgresql
- php: nightly