mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Increase mimumum versioned of SilverStripe to 3.2 and update versions in Travis configuration
This commit is contained in:
parent
a1e4f3efce
commit
92f6192870
12
.travis.yml
12
.travis.yml
@ -14,7 +14,7 @@ before_install:
|
||||
|
||||
env:
|
||||
global:
|
||||
- DB=MYSQL CORE_RELEASE=3.1
|
||||
- DB=MYSQL CORE_RELEASE=3.6
|
||||
|
||||
# Turn coverage off by default, as it's expensive time wise
|
||||
- COVERAGE=0
|
||||
@ -27,13 +27,13 @@ matrix:
|
||||
- php: 5.6
|
||||
env: DB=MYSQL COVERAGE=1
|
||||
- php: 5.5
|
||||
env: DB=MYSQL
|
||||
- php: 5.6
|
||||
env: DB=PGSQL
|
||||
- php: 5.6
|
||||
env: DB=MYSQL CORE_RELEASE=3.2
|
||||
- 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
|
||||
env: DB=SQLITE
|
||||
- php: 5.3
|
||||
|
@ -8,7 +8,7 @@
|
||||
],
|
||||
"type": "silverstripe-module",
|
||||
"require": {
|
||||
"silverstripe/cms": "^3.1.0",
|
||||
"silverstripe/cms": "^3.2.0",
|
||||
"silverstripe/lumberjack": "~1.1",
|
||||
"silverstripe/tagfield": "^1.0"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user