From 2b6a25ba96f90309319074da893675cee6b50f7d Mon Sep 17 00:00:00 2001 From: Tigrov Date: Tue, 30 Jan 2024 11:07:23 +0700 Subject: [PATCH] Run psalm on php 8.3 --- .github/workflows/static.yml | 4 +--- composer.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0b1707659..92e84f9b8 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -36,9 +36,7 @@ jobs: - ubuntu-latest php: - - '8.0' - - '8.1' - - '8.2' + - '8.3' steps: - name: Checkout. diff --git a/composer.json b/composer.json index 122d73bc8..6d30e1cff 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "rector/rector": "^0.19", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.3|^5.6", + "vimeo/psalm": "^5.20", "yiisoft/aliases": "^2.0", "yiisoft/cache-file": "^3.1", "yiisoft/var-dumper": "^1.5"