Skip to content

Commit 2c9fb90

Browse files
committed
Revert "Add workaround for Phan and PHP 8.5"
This reverts commit cb779e0.
1 parent cb779e0 commit 2c9fb90

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' && matrix.php_version != '8.5' }}
98+
if: ${{ matrix.os != 'windows-latest' }}
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)