Skip to content

Commit 3f3aaed

Browse files
committed
Update text matrix
1 parent 343108e commit 3f3aaed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ ubuntu-latest ]
12-
php: [ 8.0, 8.1, 8.2 ]
13-
laravel: [ 9.* ]
12+
php: [ 8.1, 8.2 ]
13+
laravel: [ 10.* ]
1414
dependency-version: [ prefer-stable ]
15-
include:
16-
- laravel: 9.*
17-
testbench: 7.*
1815

1916
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2017

0 commit comments

Comments
 (0)