Skip to content

Commit 0f2461b

Browse files
committed
psalm
1 parent 4978992 commit 0f2461b

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' }}
91+
if: ${{ matrix.os != 'windows-latest' && !(matrix.dependencies_level == '--prefer-lowest' && matrix.php_version == '8.5') }}
9292
run: vendor/bin/psalm
9393
# - name: Run phan
9494
# if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)