Skip to content

Commit e28fc22

Browse files
wip
1 parent 04d0591 commit e28fc22

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,22 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.3, 8.2, 8.1, 8.0]
17-
laravel: [10.*, 9.*]
17+
laravel: [11.*, 10.*, 9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20+
- laravel: 11.*
21+
testbench: 9.*
2022
- laravel: 10.*
2123
testbench: 8.*
2224
carbon: ^2.63
2325
- laravel: 9.*
2426
testbench: 7.*
2527
carbon: ^2.63
2628
exclude:
29+
- laravel: 11.*
30+
php: 8.1
31+
- laravel: 11.*
32+
php: 8.0
2733
- laravel: 10.*
2834
php: 8.0
2935

0 commit comments

Comments
 (0)