Skip to content

Commit b06803e

Browse files
committed
update test matrix
1 parent fd196a4 commit b06803e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/laravel.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ 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:
16-
- laravel: 10.*
17-
testbench: ^8.0
16+
- laravel: [ 10.*, 11.* ]
17+
testbench: [ ^8.0, ^9.0 ]
1818
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
1919

2020
steps:

0 commit comments

Comments
 (0)