Skip to content

Commit 247f2b4

Browse files
committed
In CI, ignore audit advisory for PHP 7.4 compatibility
This prevents laminas/laminas-diactoros from installing which means that we can't run the tests on PHP7.4.
1 parent 612267e commit 247f2b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
php-version: ${{ matrix.php }}
3737
coverage: xdebug
3838

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+
3943
- name: Install dependencies with Composer
4044
run: composer update --prefer-dist --no-progress --no-interaction --ansi ${{ matrix.composer-options }}
4145

0 commit comments

Comments
 (0)