From 2841c02b9a4bd47599c95cea393106a1653ddca3 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Tue, 30 Jan 2024 11:04:26 +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 29561e3e..6e95e692 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,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"