Problem/Motivation
IEF currently supports: (in both 8.x-1.x and branches):
3.x
core_version_requirement: ^8.8 || ^9 || ^10 || ^11
8.x-1.x
core_version_requirement: ^8.8 || ^9 || ^10
Let's configure GitLab CI to allow us to easily test on all those.
Steps to reproduce
Proposed resolution
Add manual trigger jobs to .gitlab-ci.yml in both 8.x-1.x and 3.x branches to pin core to the versions we actually support, not their moving target of "current", "next", "previous", etc.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork inline_entity_form-3593387
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 #4
dwwComment #5
dwwPhew! That was an adventure. 😅 But yay, we've now got green pipelines on both branches for all supported versions of core:
3.x: https://git.drupalcode.org/project/inline_entity_form/-/pipelines/836286
8.x-1.x: https://git.drupalcode.org/project/inline_entity_form/-/pipelines/836300
Now we can avoid breaking things on our supported versions.
Comment #8
dww