Skip to content

Commit 3558dfa

Browse files
authored
Update laravel.yml
1 parent cb80331 commit 3558dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
15+
- uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.1'
17+
php-version: '8.3'
1818
- uses: actions/checkout@v3
1919
- name: Copy .env
2020
run: php -r "file_exists('.env') || copy('.env.testing', '.env');"

0 commit comments

Comments
 (0)