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 1e17832 commit 5c29340Copy full SHA for 5c29340
.github/workflows/ci.yml
@@ -88,10 +88,10 @@ 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.php_version != '8.5' }}
92
run: vendor/bin/psalm
93
- name: Run phan
94
95
run: vendor/bin/phan
96
# AST 1.1 binary for Windows seems to be missing on PECL
97
- name: Run phan with polyfill
0 commit comments