Skip to content

Commit afb6c05

Browse files
committed
Exclude Laravel 11 from test matrix
1 parent c279581 commit afb6c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
laravel: [11, 12, 13]
11+
laravel: [12, 13]
1212
php: [8.2, 8.3, 8.4]
1313
exclude:
1414
- laravel: 13

0 commit comments

Comments
 (0)