mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Drop PHP 5.5 support
See https://github.com/silverstripe/silverstripe-framework/issues/6705#issuecomment-287515832
This commit is contained in:
parent
b05b3bb8c7
commit
7dfa6fc21c
@ -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
|
||||
|
@ -16,7 +16,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.5.0",
|
||||
"php": ">=5.6.0",
|
||||
"composer/installers": "*",
|
||||
"silverstripe/framework": "^4.0@dev",
|
||||
"silverstripe/admin": "^1.0@dev",
|
||||
|
Loading…
x
Reference in New Issue
Block a user