Skip to content

Commit 2224d36

Browse files
authored
Merge pull request #4353 from morozov/psalm-3.17.2
Update Psalm to 3.17.2 and lock the version used with GitHub Actions
2 parents 9d63c3b + a08297b commit 2224d36

File tree

3 files changed

+78
-83
lines changed

3 files changed

+78
-83
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
uses: actions/checkout@v2
6060

6161
- name: Psalm
62-
uses: docker://vimeo/psalm-github-actions
62+
uses: docker://vimeo/psalm-github-actions:3.17.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"phpunit/phpunit": "^9.4",
4545
"psalm/plugin-phpunit": "^0.10.0",
4646
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
47-
"vimeo/psalm": "^3.14.2"
47+
"vimeo/psalm": "^3.17.2"
4848
},
4949
"suggest": {
5050
"symfony/console": "For helpful console commands such as SQL execution and import of files."

composer.lock

Lines changed: 76 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)