We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf9a8 commit 1313616Copy full SHA for 1313616
.github/workflows/run-tests.yml
@@ -42,7 +42,9 @@ jobs:
42
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
43
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
44
- name: Install dependencies
45
- run: composer update --prefer-dist --no-interaction --${{ matrix.stability }} --with phpunit/phpunit:^${{ matrix.phpunit }}
+ run: |
46
+ composer config audit.block-insecure false
47
+ composer update --prefer-dist --no-interaction --${{ matrix.stability }} --with phpunit/phpunit:^${{ matrix.phpunit }}
48
49
50
run: bun install
0 commit comments