Skip to content

Commit

Permalink
remove prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schlick committed Feb 12, 2021
1 parent d94f2c1 commit 4d6eaaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
stability: [prefer-lowest, prefer-stable]
stability:
# - prefer-lowest
- prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

Expand Down

0 comments on commit 4d6eaaf

Please sign in to comment.