We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c68a9 commit 7652621Copy full SHA for 7652621
.github/workflows/laravel.yml
@@ -27,7 +27,7 @@ jobs:
27
redis-version: '7.2'
28
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
29
with:
30
- php-version: '8.2'
+ php-version: '8.3'
31
- uses: actions/checkout@v3
32
- name: Copy .env
33
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
0 commit comments