mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02:00
Merge pull request #100 from sminnee/drop-php5
NEW: Drop PHP 5.6 testing
This commit is contained in:
commit
d607a2bfa9
@ -7,7 +7,7 @@ cache:
|
||||
- $HOME/.composer/cache/files
|
||||
|
||||
php:
|
||||
- 5.6
|
||||
- 7.1
|
||||
|
||||
env:
|
||||
global:
|
||||
@ -16,10 +16,10 @@ env:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- php: 5.6
|
||||
- php: 7.1
|
||||
env:
|
||||
- PHPUNIT_TEST=framework
|
||||
- php: 5.6
|
||||
- php: 7.1
|
||||
env:
|
||||
- PHPUNIT_TEST=postgresql
|
||||
- PHPCS_TEST=1
|
||||
|
Loading…
Reference in New Issue
Block a user