From e0af4dafa657c78d6521597f09d67c306077acbd Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 13 Dec 2021 14:07:47 +0100 Subject: [PATCH] Run static analysis with Symfony 6 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4454322..4a2b741 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: run: composer validate --no-check-lock - name: Remove analysis dependencies - run: composer remove --dev --no-update sylius-labs/coding-standard vimeo/psalm + run: composer remove --dev --no-update sylius-labs/coding-standard if: matrix.symfony-version == '6.0.*' - name: Install dependencies @@ -50,7 +50,6 @@ jobs: - name: Run analysis run: composer analyse - if: matrix.symfony-version != '6.0.*' - name: Run tests run: composer test