Skip to content

Commit f21b250

Browse files
authored
Update run-tests.yml
1 parent c55d37e commit f21b250

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
2020
php: [8.3, 8.2]
21-
laravel: [10.*]
21+
laravel: [11.*, 10.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24+
- laravel: 11.*
25+
testbench: 9.*
26+
carbon: ^2.63
2427
- laravel: 10.*
2528
testbench: 8.*
2629
carbon: ^2.63

0 commit comments

Comments
 (0)