File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 if : contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.0.*')
8787 run : |
8888 composer remove --dev friendsofphp/php-cs-fixer pedrotroller/php-cs-custom-fixer --no-update
89- - run : composer update --prefer-dist --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
89+ - run : composer update --prefer-dist --no-interaction --no-progress --no-security-blocking -- ansi ${{ matrix.composer_option }}
9090 - run : vendor/bin/phpunit
9191 - run : vendor/bin/phpstan analyse --ansi --no-progress
9292 tests-windows :
@@ -140,6 +140,6 @@ jobs:
140140 if : contains(matrix.symfony, '7.2.*@dev') || contains(matrix.symfony, '7.0.*')
141141 run : |
142142 composer remove --dev friendsofphp/php-cs-fixer pedrotroller/php-cs-custom-fixer --no-update
143- - run : composer update --prefer-dist --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
143+ - run : composer update --prefer-dist --no-interaction --no-progress --no-security-blocking -- ansi ${{ matrix.composer_option }}
144144 - run : vendor/bin/phpunit
145145 - run : vendor/bin/phpstan analyse --ansi --no-progress
You can’t perform that action at this time.
0 commit comments