Skip to content

Commit 04f837c

Browse files
committed
Adjust GH actions
1 parent ac6fda3 commit 04f837c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
matrix:
1010
php: [8.0, 8.1, 8.2]
1111
laravel: [^8.80, 9.*]
12-
testbench: [6.23, 7.*]
1312
dependency-version: [prefer-lowest, prefer-stable]
13+
include:
14+
- laravel: 9.*
15+
testbench: 7.*
16+
- laravel: 8.*
17+
testbench: 6.23
1418
exclude:
1519
- laravel: 8.*
1620
php: 8.2
17-
- laravel: 8.*
18-
testbench: 7.*
19-
- laravel: 9.*
20-
testbench: 6.23
2121

2222
runs-on: ubuntu-latest
2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)