Problem/Motivation
It would be great to improve the pipeline workflow to cover more edge cases across different Drupal Core versions. This would help control and prevent potential compatibility issues.
Proposed resolution
I propose to implement something similar to what’s implemented here:
https://git.drupalcode.org/project/machine_name/-/pipelines/606475
Issue fork tooltip_taxonomy-3552552
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 #2
korndevbr commentedComment #4
korndevbr commentedCI scripts were improved. Now, some pipelines are executed against the next and previous minor and major PHP and Drupal versions.
Comment #6
mingsongThank you.