Problem/Motivation
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?
Steps to reproduce
Run any 7.x automated tests that require the Drupal core color module.
Proposed resolution
add a composer.json require D9.4+= for the composer.json in all contrib color module branches.
Remaining tasks
Fix the color project
User interface changes
N/A
API changes
See proposed resolution
Data model changes
N/A

Comments
Comment #2
joseph.olstadComment #3
joseph.olstadComment #4
joseph.olstadComment #5
joseph.olstadComment #6
joseph.olstadComment #7
joseph.olstadfixed here:
#3332436: Refactor & correct list of removed core modules