We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4978992 commit 0f2461bCopy full SHA for 0f2461b
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
- name: Run PHPStan
89
run: vendor/bin/phpstan analyse --no-progress
90
- name: Run psalm
91
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ matrix.os != 'windows-latest' && !(matrix.dependencies_level == '--prefer-lowest' && matrix.php_version == '8.5') }}
92
run: vendor/bin/psalm
93
# - name: Run phan
94
# if: ${{ matrix.os != 'windows-latest' }}
0 commit comments