Skip to content

Commit

Permalink
reactivate testbench 9.* for laravel 11.*, however exclude for larave…
Browse files Browse the repository at this point in the history
…l 8.*
  • Loading branch information
johguentner committed May 5, 2024
1 parent 66272be commit 66a9477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
php: ["8.0", "8.1", "8.2"]
laravel: ["8.*", "11.*"]
testbench: ["6.*", "8.*"]
testbench: ["6.*", "9.*"]
dependency-version: [prefer-stable]
include:
- laravel: 8.*
Expand All @@ -25,6 +25,8 @@ jobs:
php: "8.0"
- laravel: 11.*
php: "8.1"
- laravel: "8.*"
testbench: "9.*"

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest

Expand Down

0 comments on commit 66a9477

Please sign in to comment.