Skip to content

Commit 8213e17

Browse files
committed
phan in ci
1 parent b1973cb commit 8213e17

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
@@ -88,7 +88,7 @@ jobs:
8888
- name: Run PHPStan
8989
run: vendor/bin/phpstan analyse --no-progress
9090
- name: Run psalm
91-
if: ${{ matrix.os != 'windows-latest' && !(matrix.dependencies_level == '--prefer-lowest' && matrix.php_version == '8.5') }}
91+
if: ${{ matrix.os != 'windows-latest' && !matrix.dependencies_level == '--prefer-lowest' }}
9292
run: vendor/bin/psalm
9393
- name: Install and run phan
9494
if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)