Skip to content

Commit b3ddf9b

Browse files
authored
Update run-tests.yml
1 parent abc85ed commit b3ddf9b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,23 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.3, 8.2, 8.1]
13-
laravel: ["^11.0", "^10.0"]
12+
php: [8.4, 8.3, 8.2, 8.1]
13+
laravel: ["^12.0", "^11.0", "^10.0"]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: "^11.0"
1717
testbench: 9.*
1818
- laravel: "^10.0"
1919
testbench: 8.*
20+
- laravel: "^12.0"
21+
testbench: 9.*
2022
exclude:
2123
- laravel: "^11.0"
2224
php: 8.1
2325
- laravel: "^10.0"
2426
php: 8.1
27+
- laravel: "^12.0"
28+
php: 8.1
2529

2630
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2731

0 commit comments

Comments
 (0)