File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -17,26 +17,24 @@ services:
1717matrix :
1818 fast_finish : true
1919 include :
20- - php : 7.2
21- env :
22- - SYMFONY_VERSION=4.1.13
23- - SYMFONY_DEPRECATIONS_HELPER=weak
2420 - php : 7.2
2521 env :
2622 - COMPOSER_FLAGS="--prefer-lowest"
27- - SYMFONY_DEPRECATIONS_HELPER=weak
23+ - SYMFONY_DEPRECATIONS_HELPER=weak_vendors
2824 - php : 7.3
2925 env :
3026 - SYMFONY_VERSION=^4.4
31- - SYMFONY_DEPRECATIONS_HELPER=weak
27+ - SYMFONY_DEPRECATIONS_HELPER=weak_vendors
3228 - php : 7.4
3329 env :
3430 - SYMFONY_VERSION=^4.4
35- - SYMFONY_DEPRECATIONS_HELPER=weak
31+ - SYMFONY_DEPRECATIONS_HELPER=weak_vendors
3632 - php : 7.4
37- env : DEPENDENCIES=dev
33+ env :
34+ - DEPENDENCIES=dev
3835 - php : nightly
39- env : COMPOSER_FLAGS="--ignore-platform-reqs"
36+ env :
37+ - COMPOSER_FLAGS="--ignore-platform-reqs"
4038 allow_failures :
4139 - php : nightly
4240 - env : DEPENDENCIES=dev
You can’t perform that action at this time.
0 commit comments