Skip to content

Commit 7652621

Browse files
committed
php 8.3
1 parent 57c68a9 commit 7652621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

+1-1
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.2'
30+
php-version: '8.3'
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)