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 7799ad3 commit 5ccb33cCopy full SHA for 5ccb33c
1 file changed
.github/workflows/install.yml
@@ -35,7 +35,7 @@ jobs:
35
run: cp .env.testing .env
36
37
- name: Install dependencies
38
- run: composer require laravel/framework:"^12.0"
+ run: composer install
39
40
- name: Generate application key
41
run: php artisan key:generate
@@ -44,11 +44,7 @@ jobs:
44
run: php artisan migrate
45
46
- name: Seed database
47
- run: php artisan db:seed
48
-
49
- - name: Install dependencies
50
- run: composer install
51
+ run: php artisan db:seed
52
53
- name: Install npm dependencies
54
run: npm install
0 commit comments