Skip to content

Commit 3068305

Browse files
committed
chore(ci): set COMPOSER_NO_SECURITY_BLOCKING to ignore security advisories during dependency install
1 parent 3fb59f6 commit 3068305

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Download dependencies
5353
env:
5454
SYMFONY_REQUIRE: ${{ matrix.symfony }}
55+
COMPOSER_NO_SECURITY_BLOCKING: 1
5556
uses: ramsey/composer-install@v3
5657

5758
- name: Create SQLite Database

0 commit comments

Comments
 (0)