Skip to content

Commit 5ef1c53

Browse files
committed
Disable Composer’s audit.block-insecure for EPV
1 parent 7c28ed0 commit 5ef1c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
env:
141141
PHP_VERSION: ${{ matrix.php }}
142142
run: |
143+
php ../composer.phar config audit.block-insecure false
143144
if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
144145
php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
145146
else

0 commit comments

Comments
 (0)