Merge pull request #100 from sminnee/drop-php5

NEW: Drop PHP 5.6 testing
This commit is contained in:
Ingo Schommer 2019-07-04 08:59:40 +12:00 committed by GitHub
commit d607a2bfa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ cache:
- $HOME/.composer/cache/files - $HOME/.composer/cache/files
php: php:
- 5.6 - 7.1
env: env:
global: global:
@ -16,10 +16,10 @@ env:
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- php: 5.6 - php: 7.1
env: env:
- PHPUNIT_TEST=framework - PHPUNIT_TEST=framework
- php: 5.6 - php: 7.1
env: env:
- PHPUNIT_TEST=postgresql - PHPUNIT_TEST=postgresql
- PHPCS_TEST=1 - PHPCS_TEST=1