Skip to content

Commit 2ae1bb4

Browse files
committed
Disable Composer audit
1 parent 44e8f75 commit 2ae1bb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
6666
run: |
67-
composer update ${{ matrix.composer-flag }} --prefer-dist --no-interaction --no-progress
67+
composer update ${{ matrix.composer-flag }} --prefer-dist --no-interaction --no-progress --no-audit
6868
6969
- name: Composer validate
7070
run: composer validate --strict --no-check-lock

0 commit comments

Comments
 (0)