Skip to content

Commit

Permalink
Use psalm as phar
Browse files Browse the repository at this point in the history
  • Loading branch information
snapshotpl authored and BenMorel committed May 10, 2024
1 parent 069caaf commit d46e694
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 @@ -13,7 +13,7 @@
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.0",
"php-coveralls/php-coveralls": "^2.2",
"vimeo/psalm": "5.21.1"
"psalm/phar": "5.21.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d46e694

Please sign in to comment.