Skip to content

Commit bf6b7ea

Browse files
committed
update run-tests.yml
1 parent 90120f4 commit bf6b7ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,20 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
2222
php: [8.1, 8.2]
23-
laravel: [9.*, 10.*]
23+
laravel: [9.*, 10.*, 11.*]
2424
stability: [prefer-lowest, prefer-stable]
2525
include:
2626
- laravel: 9.*
2727
testbench: 7.*
2828
- laravel: 10.*
2929
testbench: 8.*
30+
- laravel: 11.*
31+
testbench: 9.*
3032
exclude:
3133
- laravel: 9.*
3234
php: 8.2
35+
- larvel: 11.*
36+
php: 8.1
3337

3438
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3539

0 commit comments

Comments
 (0)