Skip to content

Commit be9052b

Browse files
authored
Add Laravel 11 to test matrix
1 parent b75e974 commit be9052b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
1919
php: [8.2]
20-
laravel: ['10.*', '12.*']
20+
laravel: ['10.*', '12.*', '11.*']
2121
stability: [prefer-stable]
2222
include:
2323
- laravel: 10.*
2424
testbench: 8.*
25+
- laravel: 11.*
26+
testbench: 9.*
2527
- laravel: 12.*
2628
testbench: 10.*
2729

0 commit comments

Comments
 (0)