Skip to content

Commit

Permalink
Correct run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte authored Feb 8, 2024
1 parent 4e402f7 commit 4ff34f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
laravel: ["^11.0", "^10.0", "^9.0", "^8.12"]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 11.*
- laravel: "^11.0"
testbench: 9.*
- laravel: "^10.0"
testbench: 8.*
Expand All @@ -22,8 +22,10 @@ jobs:
- laravel: "^8.12"
testbench: "^6.23"
exclude:
- laravel: 11.*
- laravel: "^11.0"
php: 8.1
- laravel: "^11.0"
php: 8.0
- laravel: "^10.0"
php: 8.0
- laravel: "^8.12"
Expand Down

0 comments on commit 4ff34f6

Please sign in to comment.