File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments