Skip to content

Commit b6b272a

Browse files
committed
Fix: Test on php 8.4, allow Laravel 12
1 parent 6fdbe10 commit b6b272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/standard-test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: [ ubuntu-latest ]
3737
php: [ 8.2, 8.3, 8.4 ]
38-
laravel: [ 10, 11, 12 ]
38+
laravel: [ 11, 12 ]
3939

4040
steps:
4141
- name: Checkout code

0 commit comments

Comments
 (0)