Skip to content

Commit

Permalink
Update Psalm to 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
morozov committed Feb 15, 2021
1 parent 6b8adc6 commit ffbfa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -50,6 +50,6 @@ jobs:
uses: actions/checkout@v2

- name: Psalm
uses: docker://vimeo/psalm-github-actions:4.1.1
uses: docker://vimeo/psalm-github-actions:4.5.2
with:
composer_require_dev: true
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
"phpunit/phpunit": "9.5.0",
"psalm/plugin-phpunit": "0.13.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.3.1"
"vimeo/psalm": "4.5.2"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
Expand Down

0 comments on commit ffbfa1c

Please sign in to comment.