Closed (fixed)
Project:
Inline Entity Form
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2024 at 01:13 UTC
Updated:
22 Jun 2026 at 11:20 UTC
Jump to comment: Most recent
The DA-supported shared Gitlab CI testing templates have support to make it really easy to do automated testing across multiple configurations of core. We should use that to make sure we're ready for movement from core, to confirm we still work with the older versions of things we claim to support, etc.
Add the following to our .gitlab-ci.yml file, under variables:
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_PREVIOUS_MAJOR: 1
OPT_IN_TEST_MAX_PHP: 1
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
dwwhttps://git.drupalcode.org/project/inline_entity_form/-/pipelines/85720 for example
Comment #4
dcam commentedI reviewed the available variables at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/include.... Only one other opt-in variable is not implemented here,
OPT_IN_TEST_NEXT_MAJOR. I don't believe it's necessary or wise to turn it on at this stage of the 11.x lifecycle. Therefore, the changes proposed here seem like a good idea to me.Comment #5
dwwYeah, I didn't mention it but I intentionally excluded that one. I don't want to be seeing 11.x test results yet in here. 😂
Comment #8
bluegeek9 commentedThis issue is not new. Since it was created the .gitlab-ci.yml was updated.
I am leaving this issue open. (I would grant credit to @dww)
Comment #9
dwwYup, this is already done via #3438428: Automated Drupal 11 compatibility fixes for inline_entity_form