From f5b4a225eb1eb5fd99f774dac21ed0e1b8081428 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Sun, 17 Nov 2024 18:33:19 +0100 Subject: [PATCH] Revert forcing the psalm php version --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d43f5ae..148098f 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -88,7 +88,7 @@ jobs: composer-options: "--ignore-platform-reqs" # required for PHP 8.2 as not yet official supported - name: Psalm - run: psalm --php-version=8.2 --no-progress --output-format=github + run: psalm --no-progress --output-format=github composer-normalize: name: Composer Normalize