mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1763 from open-sausages/pulls/4.0/5.6-support
Drop PHP 5.5 support
This commit is contained in:
commit
672a31e56e
@ -18,10 +18,8 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- php: 5.6
|
||||
env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1
|
||||
- php: 5.5
|
||||
env: DB=PGSQL PHPUNIT_TEST=1
|
||||
- php: 5.5
|
||||
- php: 5.6
|
||||
env: DB=SQLITE PHPUNIT_TEST=1
|
||||
- php: 5.6
|
||||
env: DB=MYSQL PDO=1 PHPUNIT_TEST=1 PHPCS_TEST=1
|
||||
@ -35,7 +33,6 @@ matrix:
|
||||
env: DB=MYSQL PDO=1 PHPUNIT_TEST=1
|
||||
|
||||
before_script:
|
||||
- composer self-update || true
|
||||
- "if [ \"$PHPCS_TEST\" = \"1\" ]; then pyrus install pear/PHP_CodeSniffer; fi"
|
||||
- phpenv rehash
|
||||
- phpenv config-rm xdebug.ini
|
||||
|
@ -16,7 +16,6 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": "^4.0@dev",
|
||||
"silverstripe/admin": "^1.0@dev",
|
||||
|
Loading…
Reference in New Issue
Block a user