Skip to content

Commit

Permalink
exclude testbench 6.* from laravel 11.*
Browse files Browse the repository at this point in the history
  • Loading branch information
johguentner committed May 5, 2024
1 parent 66a9477 commit 2294243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
php: "8.1"
- laravel: "8.*"
testbench: "9.*"
- laravel: "11.*"
testbench: "6.*"

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

Expand Down

0 comments on commit 2294243

Please sign in to comment.