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 247f2b4Copy full SHA for 247f2b4
.github/workflows/tests.yml
@@ -36,6 +36,10 @@ jobs:
36
php-version: ${{ matrix.php }}
37
coverage: xdebug
38
39
+ - name: Ignore audit advisory for PHP 7.4 compatibility
40
+ if: matrix.php == '7.4'
41
+ run: composer config audit.ignore '["PKSA-yg4s-vh6g-jnyh"]'
42
+
43
- name: Install dependencies with Composer
44
run: composer update --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}
45
0 commit comments