API Bump minimum PHP version to 7.1

This commit is contained in:
Robbie Averill 2019-05-23 13:59:31 +12:00
parent 43b8000fd6
commit 002cb6b61d
2 changed files with 9 additions and 9 deletions

View File

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

View File

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