Skip to content

Commit a4849e9

Browse files
committed
update test matrix
1 parent fd196a4 commit a4849e9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/laravel.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,17 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.1 ]
13-
laravel: [ 10.* ]
12+
php: [ 8.1, 8.2 ]
13+
laravel: [ 10.*, 11.* ]
1414
stability: [ prefer-stable ]
1515
include:
1616
- laravel: 10.*
1717
testbench: ^8.0
18+
- laravel: 11.*
19+
testbench: ^9.0
20+
exclude:
21+
- laravel: 11.*
22+
php: 8.1
1823
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
1924

2025
steps:

0 commit comments

Comments
 (0)