Skip to content

Commit 44de11e

Browse files
EC-7055: Updated CI job.
1 parent b4c7adf commit 44de11e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ jobs:
5959
php-version: ${{ matrix.php }}
6060
tools: flex
6161

62+
- name: Ignore specific Composer audit advisory
63+
run: |
64+
if [[ "${{ matrix.php }}" == "7.1" ]]; then
65+
echo "COMPOSER_AUDIT_BLOCK_INSECURE=0" >> $GITHUB_ENV
66+
else
67+
composer config --global audit.ignore "PKSA-w2tw-kmfg-rt9s"
68+
fi
69+
6270
- name: Install dependencies
6371
uses: ramsey/composer-install@v2
6472
env:

0 commit comments

Comments
 (0)