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 66272be commit 66a9477Copy full SHA for 66a9477
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
php: ["8.0", "8.1", "8.2"]
15
laravel: ["8.*", "11.*"]
16
- testbench: ["6.*", "8.*"]
+ testbench: ["6.*", "9.*"]
17
dependency-version: [prefer-stable]
18
include:
19
- laravel: 8.*
@@ -25,6 +25,8 @@ jobs:
25
php: "8.0"
26
- laravel: 11.*
27
php: "8.1"
28
+ - laravel: "8.*"
29
+ testbench: "9.*"
30
31
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
32
0 commit comments