We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20031a commit 249db7cCopy full SHA for 249db7c
.github/workflows/ci.yml
@@ -87,7 +87,6 @@ jobs:
87
- name: Run PHPStan
88
run: vendor/bin/phpstan analyse --no-progress
89
- name: Run psalm
90
- if: ${{ matrix.os != 'windows-latest' }}
91
run: vendor/bin/psalm
92
- name: Run phan
93
if: ${{ matrix.os != 'windows-latest' && matrix.php_version != '8.1' && matrix.php_version != '8.2' }}
0 commit comments