We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c28ed0 commit 5ef1c53Copy full SHA for 5ef1c53
.github/workflows/tests.yml
@@ -140,6 +140,7 @@ jobs:
140
env:
141
PHP_VERSION: ${{ matrix.php }}
142
run: |
143
+ php ../composer.phar config audit.block-insecure false
144
if [[ "$(printf '%s\n' "$PHP_VERSION" "8.0" | sort -V | head -n1)" == "8.0" ]]; then
145
php ../composer.phar require phpbb/epv:dev-master --dev --no-interaction --ignore-platform-reqs --with-all-dependencies
146
else
0 commit comments