Skip to content

Commit

Permalink
fix: do not check --prefer-lowest with phpstan yet
Browse files Browse the repository at this point in the history
  • Loading branch information
shavounet committed Oct 13, 2023
1 parent df360e7 commit 866adaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
strategy:
matrix:
version: [ 8.1, 8.2 ]
flags: [ '', '--prefer-lowest' ]
flags:
- ''
# TODO add --prefer-lowest once we're ready to handle it
fail-fast: false
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 866adaf

Please sign in to comment.