File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,16 @@ branches:
14
14
matrix :
15
15
fast_finish : true
16
16
include :
17
- - php : 5.6
18
- env : COMPOSER_UPDATE_FLAGS=--prefer-lowest SYMFONY_DEPRECATIONS_HELPER=disabled
19
- - php : 5.6
20
- env : SYMFONY_VERSION=3.1.* SYMFONY_DEPRECATIONS_HELPER=disabled
21
- - php : 7.0
22
- env : SYMFONY_VERSION=3.2.* PHPUNIT_VERSION=^5.7.26
23
- - php : 7.1
24
17
- php : 7.2
25
- env : SYMFONY_VERSION=4.1.* STABILITY=beta
18
+ env : PHP_CS_FIXER=true
19
+ - php : 7.2
20
+ env : SYMFONY_VERSION=3.4.*
21
+ - php : 7.2
22
+ env : SYMFONY_VERSION=4.0.* TEST_COVERAGE=true
23
+ - php : 7.2
24
+ env : SYMFONY_VERSION=4.1.* DEPENDENCIES=beta
25
+ - php : nightly
26
+ env : COMPOSER_UPDATE_FLAGS=--ignore-platform-reqs
26
27
allow_failures :
27
28
- php : nightly
28
29
env : COMPOSER_UPDATE_FLAGS=--ignore-platform-reqs
You can’t perform that action at this time.
0 commit comments