- Issue created by @dww
I'm trying to merge D10 support into the 1.0.x branch. However, the GitLab CI pipelines are now failing over there:
https://git.drupalcode.org/project/entitygroupfield/-/pipelines/50342
Unable to create pipeline
'phpstan' job needs 'composer' job, but 'composer' is not in any previous stage
'stylelint' job needs 'composer' job, but 'composer' is not in any previous stage
'eslint' job needs 'composer' job, but 'composer' is not in any previous stage
Fix .gitlab-ci.yml on both branches to make it easy to test across multiple core versions, confirm the matrix testing in 2.0.x is still working how we want, and ensure tests are passing on both branches.
Active
2.0
Code