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:
14
14
15
15
env :
16
16
matrix :
17
- - SYMFONY_VERSION=3.1 .*
17
+ - SYMFONY_VERSION=3.2 .*
18
18
global :
19
19
- 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
23
21
24
22
matrix :
25
23
include :
26
- - php : 7.0
24
+ - php : 7.1
27
25
env : DEPS=dev SYMFONY_VERSION=3.3.*
28
26
- php : 5.6
29
27
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.*
34
30
fast_finish : true
35
31
36
32
before_install :
@@ -48,4 +44,3 @@ script: vendor/bin/simple-phpunit
48
44
49
45
notifications :
50
46
irc : " irc.freenode.org#symfony-cmf"
51
-
You can’t perform that action at this time.
0 commit comments