We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612267e commit d1dda8aCopy full SHA for d1dda8a
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
coverage: xdebug
38
39
- name: Install dependencies with Composer
40
- run: composer update --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}
+ run: composer update --no-audit --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}
41
42
- name: Coding standards
43
if: matrix.analysis
0 commit comments