Skip to content

Commit

Permalink
Run static analysis with Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Dec 13, 2021
1 parent 22f59cc commit e344b87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: composer validate --no-check-lock

- name: Remove analysis dependencies
run: composer remove --dev --no-update sylius-labs/coding-standard vimeo/psalm
if: matrix.symfony-version == '6.0.*'
run: composer remove --dev --no-update sylius-labs/coding-standard
if: matrix.symfony-version == '6.0

- name: Install dependencies
run: composer install --prefer-dist --no-progress
Expand All @@ -50,7 +50,6 @@ jobs:

- name: Run analysis
run: composer analyse
if: matrix.symfony-version != '6.0.*'

- name: Run tests
run: composer test

0 comments on commit e344b87

Please sign in to comment.