From b842228e5458454595443565d1243456448abc76 Mon Sep 17 00:00:00 2001 From: Nicolas Olive Date: Tue, 26 Nov 2024 11:30:05 +0100 Subject: [PATCH] temporarily remove Psalm until 8.4 support comes --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b860e83..4248939e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,8 @@ jobs: run: PHP_CS_FIXER_IGNORE_ENV=1 ./bin/php-cs-fixer fix --dry-run -v - name: Static Analysis + # temporarily remove Psalm until ready for PHP 8.4 + if: matrix.php-versions != '8.4' run: ./bin/psalm - name: Test