Skip to content

Commit d1dda8a

Browse files
committed
No audit in CI
1 parent 612267e commit d1dda8a

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
@@ -37,7 +37,7 @@ jobs:
3737
coverage: xdebug
3838

3939
- name: Install dependencies with Composer
40-
run: composer update --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}
40+
run: composer update --no-audit --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}
4141

4242
- name: Coding standards
4343
if: matrix.analysis

0 commit comments

Comments
 (0)