Skip to content

Commit c30b163

Browse files
committed
Update CI
1 parent 2ac2138 commit c30b163

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/laravel.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
laravel-tests:
11-
1211
runs-on: ubuntu-latest
1312
services:
1413
mysql:
@@ -23,7 +22,7 @@ jobs:
2322
steps:
2423
- uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8
2524
with:
26-
php-version: '8.1'
25+
php-version: '8.2'
2726
- uses: actions/checkout@v2
2827
- name: Copy .env
2928
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

0 commit comments

Comments
 (0)