Skip to content

Commit b1ed0ee

Browse files
committed
phan in ci
1 parent b1973cb commit b1ed0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ jobs:
9191
if: ${{ matrix.os != 'windows-latest' && !(matrix.dependencies_level == '--prefer-lowest' && matrix.php_version == '8.5') }}
9292
run: vendor/bin/psalm
9393
- name: Install and run phan
94-
if: ${{ matrix.os != 'windows-latest' }}
94+
if: ${{ matrix.os != 'windows-latest' && matrix.dependencies_level != '--prefer-lowest' }}
9595
run: |
9696
rm composer.lock
9797
composer require ${{ matrix.dependencies_level }} --dev phan/phan:^5.4.5
9898
vendor/bin/phan
9999
# AST 1.1 binary for Windows seems to be missing on PECL
100100
- name: Install and run phan with polyfill
101-
if: ${{ matrix.os == 'windows-latest' }}
101+
if: ${{ matrix.os == 'windows-latest' && matrix.dependencies_level != '--prefer-lowest' }}
102102
run: |
103103
rm composer.lock
104104
composer require ${{ matrix.dependencies_level }} --dev phan/phan:^5.4.5

0 commit comments

Comments
 (0)