File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 - 7.0
55 - 7.1
66 - 7.2
7+ - 7.3
78
89env :
910 - SYMFONY_VERSION="3.3.*"
1011 - SYMFONY_VERSION="3.4.*"
1112 - SYMFONY_VERSION="4.0.*"
1213 - SYMFONY_VERSION="4.1.*"
13- - SYMFONY_VERSION="4.2.x-dev "
14+ - SYMFONY_VERSION="4.2.* "
1415
1516matrix :
1617 exclude :
@@ -20,7 +21,7 @@ matrix:
2021 - php : 7.0
2122 env : SYMFONY_VERSION="4.1.*"
2223 - php : 7.0
23- env : SYMFONY_VERSION="4.2.x-dev "
24+ env : SYMFONY_VERSION="4.2.* "
2425
2526sudo : false
2627
@@ -29,10 +30,10 @@ cache:
2930 - $HOME/.composer/cache
3031
3132before_install :
32- - composer selfupdate
33+ - rm -rf composer.lock vendor/
3334 - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" --no-update; fi;
3435
35- install : composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
36+ install : composer install --prefer-dist --no-interaction
3637
3738script :
3839 - vendor/bin/phpunit --coverage-clover=build/coverage/clover.xml
You can’t perform that action at this time.
0 commit comments