From 92f61928701012723cace4189c131bd84114cdb4 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 26 Sep 2017 17:05:04 +1300 Subject: [PATCH] Increase mimumum versioned of SilverStripe to 3.2 and update versions in Travis configuration --- .travis.yml | 12 ++++++------ composer.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 651cf6c..a10d844 100755 --- a/.travis.yml +++ b/.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 diff --git a/composer.json b/composer.json index d333288..8073483 100755 --- a/composer.json +++ b/composer.json @@ -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" }, @@ -32,4 +32,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}