File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9797 with :
9898 php-version : ' ${{ matrix.php-version }}'
9999 coverage : ' none'
100+ tools : flex
100101
101102 - name : ' Get Composer cache directory'
102103 id : ' composer-cache'
@@ -111,12 +112,9 @@ jobs:
111112
112113 - name : ' Install dependencies'
113114 env :
114- COMPOSER_OPTIONS : ' ${{ matrix.composer-options }}'
115115 SYMFONY_REQUIRE : ' ${{ matrix.symfony-version }}'
116116 run : |
117- composer global config --no-plugins allow-plugins.symfony/flex true
118- composer global require --no-progress --no-scripts --no-plugins symfony/flex
119- composer update --no-progress $COMPOSER_OPTIONS
117+ composer update --no-progress ${{ matrix.composer-options }}
120118
121119 - name : ' Install PHPUnit'
122120 run : ' vendor/bin/simple-phpunit install'
You can’t perform that action at this time.
0 commit comments