Skip to content

Commit c929ce7

Browse files
committed
update test matrix
1 parent fd196a4 commit c929ce7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,18 @@ 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
23+
testbench: ^8.0
1824
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
1925

2026
steps:

0 commit comments

Comments
 (0)