Skip to content

Commit 0f314c8

Browse files
No need to test on L11
1 parent 852506d commit 0f314c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: [8.3, 8.4]
16-
laravel: [11.*, 12.*]
16+
laravel: [12.*]
1717
stability: [prefer-stable]
1818
include:
19-
- laravel: 11.*
20-
testbench: 9.*
2119
- laravel: 12.*
2220
testbench: 9.*
2321

0 commit comments

Comments
 (0)