Skip to content

Commit a71e45c

Browse files
committed
upgraded psalm version
1 parent 7323e55 commit a71e45c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
args: --dry-run
1313
- name: "PSalm"
14-
uses: docker://vimeo/psalm-github-actions
14+
uses: docker://vimeo/psalm-github-actions:4.10.0
1515
with:
1616
composer_require_dev: true
1717
composer_ignore_platform_reqs: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"nyholm/psr7": "^1.3",
4646
"nyholm/psr7-server": "^1.0",
4747
"kriswallsmith/buzz": "^1.2",
48-
"vimeo/psalm": "^4.7",
48+
"vimeo/psalm": "^4.10",
4949
"friendsofphp/php-cs-fixer": "3.0.2",
5050
"psalm/plugin-phpunit": "^0.15.1",
5151
"vlucas/phpdotenv": "^5.0"

0 commit comments

Comments
 (0)