Remove php 5.6 build

This commit is contained in:
Daniel Hensby 2018-03-17 15:17:32 +00:00
parent 00588f41d3
commit acdbf4dd9d
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -7,9 +7,10 @@ cache:
- $HOME/.composer/cache/files - $HOME/.composer/cache/files
php: php:
- 5.6
- 7.0 - 7.0
- 7.1 - 7.1
- 7.2
- nightly
env: env:
global: global:
@ -19,8 +20,10 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.6 - php: 7.2
env: PDO=0 PHPCS_TEST=1 env: PDO=0 PHPCS_TEST=1
allow_failure:
- php: nightly
before_script: before_script:
# Init PHP # Init PHP