Skip to content

Commit b41ff27

Browse files
committed
ci: add composer option --no-security-blocking
1 parent 9fe6fb9 commit b41ff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
SYMFONY_REQUIRE: ${{ matrix.sf-version }}.*
9999
with:
100-
composer-options: --no-interaction --no-progress --prefer-dist --dev
100+
composer-options: --no-interaction --no-progress --prefer-dist --dev --no-security-blocking
101101
dependency-versions: "${{ matrix.dependencies }}"
102102

103103
- name: Run test suite

0 commit comments

Comments
 (0)