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 1022d25 commit 44ddd0cCopy full SHA for 44ddd0c
.github/workflows/run-tests.yml
@@ -16,20 +16,11 @@ jobs:
16
laravel: ["11.*", "12.*"]
17
dependency-version: [prefer-stable]
18
testbench: ["9.*", "10.*"]
19
- include:
20
- - laravel: 11.*
21
- testbench: 9.*
22
- php: "8.2"
23
- - laravel: 12.*
24
- testbench: 10.*
25
- php: "8.4"
26
exclude:
27
- - laravel: 9.*
28
- testbench: 8.*
29
- - laravel: 10.*
30
- testbench: 7.*
31
32
- php: 8.1
+ - laravel: "11.*"
+ testbench: "10.*"
+ - laravel: "12.*"
+ testbench: "9.*"
33
34
name: P${{ matrix.php }} - L${{ matrix.laravel }} - T${{ matrix.testbench }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
35
0 commit comments