Merge pull request #255 from creative-commoners/pulls/4.5/php71

API Bump minimum PHP version to 7.1
This commit is contained in:
Ingo Schommer 2019-06-07 14:39:36 +12:00 committed by GitHub
commit 09a2f6e298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -18,7 +18,7 @@ addons:
env:
global:
- TRAVIS_NODE_VERSION="6"
- COMPOSER_ROOT_VERSION="4.4.x-dev"
- COMPOSER_ROOT_VERSION="4.5.x-dev"
- DISPLAY=":99"
- XVFBARGS=":99 -ac -screen 0 1024x768x16"
- SS_BASE_URL="http://localhost:8080/"
@ -28,12 +28,12 @@ matrix:
fast_finish: true
include:
# Core php tests
- php: 5.6
- php: 7.1
env:
- PHPUNIT_TEST=core
- DB=MYSQL
- PDO=1
- php: 7.1
- php: 7.2
env:
- PHPUNIT_TEST=framework
- DB=MYSQL
@ -42,7 +42,7 @@ matrix:
- PHPUNIT_TEST=core
- DB=PGSQL
# admin php tests
- php: 7.0
- php: 7.1
env:
- PHPUNIT_TEST=admin
- DB=PGSQL
@ -52,19 +52,19 @@ matrix:
- DB=MYSQL
- PDO=1
# behat tests
- php: 7.0
- php: 7.1
env:
- BEHAT_TEST="@framework"
- DB=MYSQL
- php: 7.0
- php: 7.2
env:
- BEHAT_TEST="@cms"
- DB=MYSQL
- php: 7.0
- php: 7.3
env:
- BEHAT_TEST="@asset-admin"
- DB=MYSQL
- php: 5.6
- php: 7.3
env:
- HEALTH_TEST=1
- DB=MYSQL

View File

@ -3,7 +3,7 @@
"type": "silverstripe-recipe",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.6.0",
"php": ">=7.1.0",
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.5.x-dev",
"silverstripe-themes/simple": "~3.2.0"