Skip to content

Commit 049b12d

Browse files
Update laravel.yml
1 parent 939a168 commit 049b12d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
16+
- name: Set up PHP
17+
uses: shivammathur/setup-php@v2
18+
with:
19+
php-version: 8.2.12
20+
- name: Check PHP version
21+
run: php -v
1622
- name: Copy .env
1723
run: php -r "file_exists('.env') || copy('.env.test', '.env');"
1824
- name: Install Dependencies

0 commit comments

Comments
 (0)