From 4d152691dfb092e6c18602fc391c22e257fefe64 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Tue, 30 Jan 2024 11:06:15 +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 0b170765..92e84f9b 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 c2223a5a..d27b8320 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/json": "^1.0",