From c1dace64572763bc775f21c144e6824fb27811fe Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises <security@paragonie.com> Date: Sun, 18 Apr 2021 14:54:16 -0400 Subject: [PATCH] Old Psalm makes us sad. New Psalm does not. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da71570..6d03527 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,6 @@ jobs: with: memory_limit: 256M - - name: Static Analysis - run: vendor/bin/psalm - moderate: name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }} -- GitLab