Skip to content

Commit 1313616

Browse files
freekmurzeclaude
andcommitted
Disable Composer block-insecure in CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8fcf9a8 commit 1313616

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
4343
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
4444
- name: Install dependencies
45-
run: composer update --prefer-dist --no-interaction --${{ matrix.stability }} --with phpunit/phpunit:^${{ matrix.phpunit }}
45+
run: |
46+
composer config audit.block-insecure false
47+
composer update --prefer-dist --no-interaction --${{ matrix.stability }} --with phpunit/phpunit:^${{ matrix.phpunit }}
4648
4749
- name: Install dependencies
4850
run: bun install

0 commit comments

Comments
 (0)