From a5acde606f90271d5e75ff931a77c38d79c23779 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 18 Oct 2015 14:13:51 +1300 Subject: [PATCH] Updated CI dependencies Test against PHP 5.6, only test PHP 5.3 against SS 3.2 (since SS 4.0 isn't PHP 5.3 compatible) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e32dfa..3dd368b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,12 @@ env: matrix: include: - - php: 5.3 + - php: 5.6 env: DB=PGSQL CORE_RELEASE=master - php: 5.4 env: DB=MYSQL CORE_RELEASE=master + - php: 5.3 + env: DB=MYSQL CORE_RELEASE=3.2 - php: 5.5 env: DB=MYSQL CORE_RELEASE=master