Skip to content

Commit 6ba8ddd

Browse files
authored
Update laravel.yml
1 parent f4817d2 commit 6ba8ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
redis-version: '7.2'
2828
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
2929
with:
30-
php-version: '8.3'
30+
php-version: '8.4'
3131
- uses: actions/checkout@v3
3232
- name: Copy .env
3333
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

0 commit comments

Comments
 (0)