Add lenient list for Next Major to test with D12 and allow dependency modules to be installed
Problem/Motivation
The "Next Major" variant is not currently being run, but will change soon when gitlab_templates#3567692 (closed) is finished and merged.
Downstream testing on that MR shows that we need to allow some dependent projects to be installed via Composer even though they have not yet declared compatibility with Drupal 12. This is done using the Lenient Support feature.
Proposed resolution
- The d11-recipe branch needs
drupal_cms_admin_ui, coffee, gin, sam, dashboard, gin_toolbarin the lenient list - The d10-plus bramch needs
search_api
These are the only two branches in this project which opt in to the "next major" variant.
Related issue: Issue #3567692
Edited by drupalbot