Skip to content

Commit

Permalink
Merge pull request doctrine#4353 from morozov/psalm-3.17.2
Browse files Browse the repository at this point in the history
Update Psalm to 3.17.2 and lock the version used with GitHub Actions
  • Loading branch information
morozov committed Oct 17, 2020
2 parents 9d63c3b + a08297b commit 2224d36
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Expand Up @@ -59,4 +59,4 @@ jobs:
uses: actions/checkout@v2

- name: Psalm
uses: docker://vimeo/psalm-github-actions
uses: docker://vimeo/psalm-github-actions:3.17.2
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -44,7 +44,7 @@
"phpunit/phpunit": "^9.4",
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.14.2"
"vimeo/psalm": "^3.17.2"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
Expand Down
157 changes: 76 additions & 81 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2224d36

Please sign in to comment.