Skip to content

Commit

Permalink
Remove prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jan 13, 2022
1 parent f5a193b commit 9e2bd0a
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 @@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest]
php: [7.3, 7.4, 8.0, 8.1]
laravel: [9.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
dependency-version: [prefer-stable]
include:
- laravel: 9.*
testbench: 7.*
Expand Down

0 comments on commit 9e2bd0a

Please sign in to comment.