Increase mimumum versioned of SilverStripe to 3.2 and update versions in Travis configuration

This commit is contained in:
Robbie Averill 2017-09-26 17:05:04 +13:00
parent a1e4f3efce
commit 92f6192870
2 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ before_install:
env: env:
global: global:
- DB=MYSQL CORE_RELEASE=3.1 - DB=MYSQL CORE_RELEASE=3.6
# Turn coverage off by default, as it's expensive time wise # Turn coverage off by default, as it's expensive time wise
- COVERAGE=0 - COVERAGE=0
@ -27,13 +27,13 @@ matrix:
- php: 5.6 - php: 5.6
env: DB=MYSQL COVERAGE=1 env: DB=MYSQL COVERAGE=1
- php: 5.5 - php: 5.5
env: DB=MYSQL
- php: 5.6
env: DB=PGSQL
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.2 env: DB=MYSQL CORE_RELEASE=3.2
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=3.2 env: DB=PGSQL CORE_RELEASE=3.3
- php: 5.6
env: DB=MYSQL CORE_RELEASE=3.4
- php: 5.6
env: DB=PGSQL CORE_RELEASE=3.5
- php: 5.4 - php: 5.4
env: DB=SQLITE env: DB=SQLITE
- php: 5.3 - php: 5.3

View File

@ -8,7 +8,7 @@
], ],
"type": "silverstripe-module", "type": "silverstripe-module",
"require": { "require": {
"silverstripe/cms": "^3.1.0", "silverstripe/cms": "^3.2.0",
"silverstripe/lumberjack": "~1.1", "silverstripe/lumberjack": "~1.1",
"silverstripe/tagfield": "^1.0" "silverstripe/tagfield": "^1.0"
}, },
@ -32,4 +32,4 @@
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }