Skip to content

Commit eef214c

Browse files
Drop PHP 8.2-RC tests
1 parent a95fc43 commit eef214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
php: [ "8.0", "8.1", "8.2" ]
11+
php: [ "8.0", "8.1" ]
1212
laravel: [ "7.0", "8.0", "9.0" ]
1313
prefer: [ "stable", "lowest" ]
1414
exclude:

0 commit comments

Comments
 (0)