Added symfony 2.8 and 3.0 and removed php7 of allow_failures

This commit is contained in:
Maxim 2015-11-25 12:59:53 +07:00 committed by Big_Shark
parent ec464b1f8f
commit 5a27d09993

View file

@ -11,16 +11,20 @@ env:
- SYMFONY_VERSION="~2.5.0"
- SYMFONY_VERSION="~2.6.0"
- SYMFONY_VERSION="~2.7.0"
- SYMFONY_VERSION="~2.8.0"
- SYMFONY_VERSION="~3.0.0"
- SYMFONY_VERSION="dev-master"
matrix:
fast_finish: true
allow_failures:
- php: 7.0
- php: hhvm
- env: SYMFONY_VERSION="~3.0.0"
- env: SYMFONY_VERSION="dev-master"
exclude:
# Symfony 3.x requires PHP 5.5
- php: 5.4
env: SYMFONY_VERSION="~3.0.0"
- php: 5.4
env: SYMFONY_VERSION="dev-master"