-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The Static Code Analysis CI job is failing due to latest release of ergebnis/composer-normalize
. ORCA updated the minimum required dependencies for ergebnis/composer-normalize
plugin, due to which Static Code Analysis CI is failing.
To Reproduce
Run the below commands and you would see composer normalize error i.e
git clone [email protected]:acquia/drupal-recommended-project.git --branch=master project && cd project
composer require "ergebnis/composer-normalize:^2.30.2"
./vendor/bin/composer '--ansi' '--dry-run' 'normalize' '--indent-size=4' '--indent-style=space' ${PWD}/composer.json
Expected behavior
The CI job should pass without reporting any errors.
Additional context
https://github.com/acquia/drupal-recommended-project/actions/runs/9278136563
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working