From 44fffcc678917285e90593e5cd0618b3ddbf44d6 Mon Sep 17 00:00:00 2001 From: "P.I.E. Security Team" Date: Mon, 26 Sep 2022 06:59:56 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50bc339..4cb9d7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,5 +103,5 @@ jobs: run: composer require --dev vimeo/psalm:^4 - name: Static Analysis - if: contains(['7.4', '8.0], ${{ matrix.php-version }}) + if: contains(['7.4', '8.0'], ${{ matrix.php-version }}) run: vendor/bin/psalm