Run static analysis with Symfony 6
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user