Skip to content

Commit 6a09f3f

Browse files
committed
Update run-tests.yml
1 parent e35e7fe commit 6a09f3f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/run-tests.yml

+15-2
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,32 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [8.2, 8.1, 8.0]
12-
laravel: [10.*, 9.*]
11+
php: [8,3, 8.2, 8.1, 8.0]
12+
laravel: [11.*, 10.*, 9.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
include:
15+
- laravel: 10.*
16+
testbench: 9.*
17+
1518
- laravel: 10.*
1619
testbench: 8.*
20+
1721
- laravel: 9.*
1822
testbench: 7.*
1923

2024
exclude:
25+
- laravel: 11.*
26+
php: 8.0
27+
28+
- laravel: 11.*
29+
php: 8.1
30+
2131
- laravel: 10.*
2232
php: 8.0
2333

34+
- laravel: 9.*
35+
php: 8.3
36+
2437
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2538

2639
steps:

0 commit comments

Comments
 (0)