Skip to content

Commit 3f76cdd

Browse files
authored
Add no-security-blocking option to composer update
1 parent 1da32b9 commit 3f76cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)