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