Skip to content

Commit

Permalink
ci: do not prefer lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
subzero10 committed Dec 7, 2024
1 parent 0fc53d6 commit 6c1f143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
exclude:
- {php-versions: '8.1', composer-flags: "--prefer-lowest"}
- {php-versions: '8.2', composer-flags: "--prefer-lowest"}
- {php-versions: '8.4', composer-flags: "--prefer-lowest"}
name: PHP ${{ matrix.php-versions }} Tests (${{ matrix.composer-flags }})
steps:
- name: Checkout
Expand Down

0 comments on commit 6c1f143

Please sign in to comment.