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
|
- $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
|
||||||
|
Loading…
Reference in New Issue
Block a user