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 cb779e0 commit 2c9fb90Copy full SHA for 2c9fb90
.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' && matrix.php_version != '8.5' }}
+ if: ${{ matrix.os != 'windows-latest' }}
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