Skip to content

Commit cb779e0

Browse files
committed
Add workaround for Phan and PHP 8.5
1 parent 6a6ff9f commit cb779e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ matrix.os != 'windows-latest' && matrix.php_version != '8.5' }}
9696
run: vendor/bin/psalm
9797
- name: Run phan
98-
if: ${{ matrix.os != 'windows-latest' }}
98+
if: ${{ matrix.os != 'windows-latest' && matrix.php_version != '8.5' }}
9999
run: vendor/bin/phan
100100
# AST 1.1 binary for Windows seems to be missing on PECL
101101
- name: Run phan with polyfill

0 commit comments

Comments
 (0)