- Status changed to Fixed
almost 2 years ago 6:13pm 25 January 2023 - 🇨🇦Canada joseph.olstad
fixed here:
🐛 Refactor & correct list of removed core modules Fixed Automatically closed - issue fixed for 2 weeks with no activity.
The color module has been a Drupal core module since 2006, now it is a "contrib" module.
ctools and other Drupal 7 contrib modules require the color module. However when the cicd runs, instead of using Drupal 7.x core color module it's somehow bringing in the Drupal 10 contrib module and the tests fail with composer errors since between sept 8th 2022 and sept 14th 2022 is when the failures started approximately.
I suspect that ever since this project was added to Drupal.org, the ctools 7.x tests are no longer able to complete.
Is there some way to indicate to composer that the contrib color module requires Drupal 10?
How to fix this?
Run any 7.x automated tests that require the Drupal core color module.
add a composer.json require D9.4+= for the composer.json in all contrib color module branches.
Fix the color project
N/A
See proposed resolution
N/A
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
fixed here:
🐛
Refactor & correct list of removed core modules
Fixed
Automatically closed - issue fixed for 2 weeks with no activity.