We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc85ed commit b3ddf9bCopy full SHA for b3ddf9b
.github/workflows/run-tests.yml
@@ -9,19 +9,23 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [8.3, 8.2, 8.1]
13
- laravel: ["^11.0", "^10.0"]
+ php: [8.4, 8.3, 8.2, 8.1]
+ laravel: ["^12.0", "^11.0", "^10.0"]
14
dependency-version: [prefer-lowest, prefer-stable]
15
include:
16
- laravel: "^11.0"
17
testbench: 9.*
18
- laravel: "^10.0"
19
testbench: 8.*
20
+ - laravel: "^12.0"
21
+ testbench: 9.*
22
exclude:
23
24
php: 8.1
25
26
27
28
+ php: 8.1
29
30
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
31
0 commit comments