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 6a6ff9f commit cb779e0Copy full SHA for cb779e0
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
if: ${{ matrix.os != 'windows-latest' && matrix.php_version != '8.5' }}
96
run: vendor/bin/psalm
97
- name: Run phan
98
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ matrix.os != 'windows-latest' && matrix.php_version != '8.5' }}
99
run: vendor/bin/phan
100
# AST 1.1 binary for Windows seems to be missing on PECL
101
- name: Run phan with polyfill
0 commit comments