We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be3343 commit 204afd1Copy full SHA for 204afd1
.github/workflows/test.yaml
@@ -69,15 +69,11 @@ jobs:
69
with:
70
php-version: '8.3'
71
extensions: gd, imagick
72
- tools: vimeo/psalm:5, phpstan:2
+ tools: phpstan:2
73
74
- name: Composer install
75
uses: ramsey/composer-install@v3
76
77
- - name: psalm
78
- run: |
79
- psalm --output-format=github
80
-
81
- name: phpstan
82
if: always()
83
run: |
psalm.xml
0 commit comments