Skip to content

Commit

Permalink
Prefer stable only on dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed May 24, 2024
1 parent 733ca49 commit a1ba14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
php: [8.3, 8.2, 8.1, 8.0]
laravel: ["^11.0", "^10.0", "^9.0"]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
include:
- laravel: "^11.0"
testbench: 9.*
Expand Down

0 comments on commit a1ba14c

Please sign in to comment.