Skip to content

Commit 927b0a5

Browse files
committed
update test.yml
1 parent bc49856 commit 927b0a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
if: matrix.statamic == '6.*'
8989
run: composer config minimum-stability dev
9090

91+
- name: Disable Composer security audit blocking
92+
run: composer config audit.block-insecure false
93+
9194
- name: Install dependencies
9295
run: composer require laravel/framework:${{ matrix.laravel }} statamic/cms:${{ matrix.statamic }} --prefer-dist --no-interaction --no-suggest
9396

0 commit comments

Comments
 (0)