Skip to content

Commit 249db7c

Browse files
committed
Run psalm also on Windows
1 parent a20031a commit 249db7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jobs:
8787
- name: Run PHPStan
8888
run: vendor/bin/phpstan analyse --no-progress
8989
- name: Run psalm
90-
if: ${{ matrix.os != 'windows-latest' }}
9190
run: vendor/bin/psalm
9291
- name: Run phan
9392
if: ${{ matrix.os != 'windows-latest' && matrix.php_version != '8.1' && matrix.php_version != '8.2' }}

0 commit comments

Comments
 (0)