Closed (fixed)
Project:
Reroute Email
Version:
2.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Mar 2023 at 10:38 UTC
Updated:
12 Oct 2023 at 09:04 UTC
Jump to comment: Most recent
Comments
Comment #2
danrodComment #3
bohartThis module was moved from deprecated DrupalCI to GitlabCI, the tests can't be run on .patch files anymore.
This way (uploading .patch files instead of Merge requests) is deprecated.
This will happen for all modules for the whole drupal-org in the near future.
Please be aware and do not upload .patch files. Merge requests should be created instead.
Thanks!
@see:
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr...
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr...
Comment #4
abyss commentedComment #8
bohartCommitted to both
2.1.x (^D8.9 & <D9.3)and2.2.x (^D9.4 & ^D10)branches.All of those versions require a minimum of PHP 7, so it's safe to have null coalescing operator here.
All tests are passed:
2.1.x - https://git.drupalcode.org/project/reroute_email/-/pipelines/24609
2.2.x - https://git.drupalcode.org/project/reroute_email/-/pipelines/24604
This will be a part of the next releases of the modules soon.
Thanks!