Skip to content

Commit

Permalink
Merge pull request #33 from snapshotpl/psalm.phar
Browse files Browse the repository at this point in the history
Use psalm as phar
  • Loading branch information
BenMorel authored May 10, 2024
2 parents 2163416 + 91b7bb3 commit f0ee5b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"nikic/php-parser": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.0",
"phpunit/phpunit": "^9.3",
"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 f0ee5b5

Please sign in to comment.