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 bc49856 commit 927b0a5Copy full SHA for 927b0a5
.github/workflows/test.yml
@@ -88,6 +88,9 @@ jobs:
88
if: matrix.statamic == '6.*'
89
run: composer config minimum-stability dev
90
91
+ - name: Disable Composer security audit blocking
92
+ run: composer config audit.block-insecure false
93
+
94
- name: Install dependencies
95
run: composer require laravel/framework:${{ matrix.laravel }} statamic/cms:${{ matrix.statamic }} --prefer-dist --no-interaction --no-suggest
96
0 commit comments