Problem/Motivation
The scheduled CI pipeline on the 1.x branch fails because OPT_IN_TEST_NEXT_MAJOR: 1 in .gitlab-ci.yml enables testing against Drupal 12 (next major). Since drupal/commerce does not yet support Drupal 12, the "composer (next major)" build job fails during dependency resolution.
Proposed resolution
Remove OPT_IN_TEST_NEXT_MAJOR: 1 from .gitlab-ci.yml. The OPT_IN_TEST_NEXT_MINOR: 1 variable remains enabled. Once drupal/commerce adds Drupal 12 support, the next major testing can be re-enabled.
User interface changes
None
API changes
None
Data model changes
None
Issue fork commerce_store_dashboard-3580822
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
facine commented