Skip to content

Commit b70d850

Browse files
authored
Add COMPOSER_AUDIT_BLOCK_INSECURE to EPV workflow
1 parent d442188 commit b70d850

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
@@ -139,6 +139,7 @@ jobs:
139139
if: ${{ env.EPV != '0' }}
140140
env:
141141
PHP_VERSION: ${{ matrix.php }}
142+
COMPOSER_AUDIT_BLOCK_INSECURE: "false"
142143
run: |
143144
if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
144145
composer require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies

0 commit comments

Comments
 (0)