File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,19 @@ cache:
1414
1515env :
1616 matrix :
17- - SYMFONY_VERSION=3.1 .*
17+ - SYMFONY_VERSION=3.2 .*
1818 global :
1919 - SYMFONY_DEPRECATIONS_HELPER=231
20- - SYMFONY_PHPUNIT_REMOVE="symfony/yaml"
21- - SYMFONY_PHPUNIT_DIR="./.phpunit"
22- - SYMFONY_PHPUNIT_VERSION=5.7
20+ - SYMFONY_PHPUNIT_REMOVE="symfony/yaml" SYMFONY_PHPUNIT_DIR="./.phpunit" SYMFONY_PHPUNIT_VERSION=5.7
2321
2422matrix :
2523 include :
26- - php : 7.0
24+ - php : 7.1
2725 env : DEPS=dev SYMFONY_VERSION=3.3.*
2826 - php : 5.6
2927 env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
30- - php : 7.0
31- env : SYMFONY_VERSION=3.0.*
32- - php : 7.0
33- env : SYMFONY_VERSION=3.2.*
28+ - php : 7.1
29+ env : SYMFONY_VERSION=3.1.*
3430 fast_finish : true
3531
3632before_install :
@@ -48,4 +44,3 @@ script: vendor/bin/simple-phpunit
4844
4945notifications :
5046 irc : " irc.freenode.org#symfony-cmf"
51-
You can’t perform that action at this time.
0 commit comments