Skip to content

Commit f9afb74

Browse files
committed
Testing another flag to allow Laravel 9 install on github
1 parent 48a0856 commit f9afb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
mysqladmin -u root -proot password ''
5454
5555
- name: Install Laravel
56-
run: composer create-project laravel/laravel=^${{ matrix.laravel }} laravel --prefer-dist --no-audit
56+
run: composer create-project laravel/laravel=^${{ matrix.laravel }} laravel --prefer-dist --no-audit --no-security-blocking
5757

5858
- name: Add local coilpack
5959
working-directory: laravel

0 commit comments

Comments
 (0)