Skip to content

Commit e027ccf

Browse files
committed
change job runner php version
1 parent 441270d commit e027ccf

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
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
21+
- uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: '8.0'
23+
php-version: '8.4'
2424
- uses: actions/checkout@v3
2525
- name: Copy .env
2626
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

0 commit comments

Comments
 (0)