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.
2 parents db1085f + 3240595 commit dae91d0Copy full SHA for dae91d0
.github/workflows/laravel.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
15
with:
16
- php-version: '8.0'
+ php-version: '8.3.15'
17
- uses: actions/checkout@v4
18
- name: Copy .env
19
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
0 commit comments