File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8989 if : matrix.coverage
9090 run : echo "COVERAGE=1" >> $GITHUB_ENV
9191 - name : Update project dependencies
92- run : composer update --no-progress --ansi
92+ run : |
93+ composer config extra.symfony.require ${{ matrix.symfony }}
94+ composer update --no-progress --ansi
9395 - name : Install PHPUnit
9496 run : vendor/bin/simple-phpunit --version
9597 - name : Clear test app cache
@@ -182,7 +184,9 @@ jobs:
182184 composer-php${{ matrix.php }}-
183185 continue-on-error : true
184186 - name : Update project dependencies
185- run : composer update --no-progress --ansi
187+ run : |
188+ composer config extra.symfony.require ${{ matrix.symfony }}
189+ composer update --no-progress --ansi
186190 - name : Clear test app cache
187191 run : tests/Functional/app/bin/console cache:clear --ansi
188192 - name : Enable code coverage
You can’t perform that action at this time.
0 commit comments