Closed (fixed)
Project:
Reroute Email
Version:
2.2.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2023 at 10:57 UTC
Updated:
11 Oct 2023 at 20:24 UTC
Jump to comment: Most recent
Since 7th of June, 2023, Drupal.org enabled GitLab CI for testing purposes. GitLab CI is now preferred over DrupalCI for testing. We need to remove DrupalCI testing once you have GitLab CI set up.
This issue is to track progress towards getting a .gitlab-ci.yml file so that we can migrate away from the deprecated DrupalCI to GitLab CI.
Add default .gitlab-ci.yml
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
abyss commentedAdded default .gitlab-ci.yml.
Comment #10
bohartCommitted to both
2.1.x (^D8.8 & <=D9.3)and2.2.x (^9.4 || ^10)branches.So the module will handle proper testing for the needed Drupal and PHP versions in them.
This will be a part of the next releases of the module soon.
Thanks @all!