File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,15 @@ matrix:
3232
3333 # Test LTS versions
3434 - php : 7.3
35- env : DEPENDENCIES="dunglas/symfony-lock:^3"
35+ env : SYMFONY_REQUIRE=3.4.*
3636 - php : 7.3
37- env : DEPENDENCIES="dunglas/symfony-lock:^4"
37+ env : SYMFONY_REQUIRE=4.2.*
38+ - php : 7.3
39+ env : SYMFONY_REQUIRE=4.3.*
40+ - php : 7.3
41+ env : SYMFONY_REQUIRE=4.4.*
42+ - php : 7.3
43+ env : SYMFONY_REQUIRE=5.0.*
3844
3945 # Test with httplug 1.x clients
4046 - php : 7.2
@@ -56,6 +62,7 @@ before_install:
5662 - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
5763 - if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
5864 - if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
65+ - composer global require --no-progress --no-scripts --no-plugins symfony/flex
5966
6067install :
6168 # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
You can’t perform that action at this time.
0 commit comments