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)
This commit is contained in:
Ingo Schommer 2015-10-18 14:13:51 +13:00
parent afc0e7ea07
commit a5acde606f
1 changed files with 3 additions and 1 deletions

View File

@ -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