Skip to content

Commit

Permalink
Use psalm as phar
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 10, 2024
1 parent 654d04a commit 1f5ade2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ramsey/composer-install@v3

- name: Run Psalm
run: vendor/bin/psalm --show-info=false --find-unused-psalm-suppress --no-progress
run: vendor/bin/psalm.phar --show-info=false --find-unused-psalm-suppress --no-progress

phpunit:
name: PHPUnit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require-dev": {
"phpunit/phpunit": "^9.0",
"php-coveralls/php-coveralls": "^2.0",
"vimeo/psalm": "5.24.0"
"psalm/phar": "5.24.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1f5ade2

Please sign in to comment.