Closed (fixed)
Project:
Smart Trim
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Sep 2025 at 23:59 UTC
Updated:
26 Jun 2026 at 15:25 UTC
Jump to comment: Most recent
GitlabCI now has the ability to run the Drupal "Upgrade Status" module and check for any issues preventing compatibility with the next major release of Drupal.
N/A
RUN_JOB_UPGRADE_STATUS: '1' to the variables section of .gitlab-ci.yml.smart_trim.info.yml needs to include "^12" in core_version_requirement.Create merge request with above changes.
N/A
N/A
N/A
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
lostcarpark commentedComment #4
h_kac commentedI’ve made the change, but I’m not sure how to test it to ensure nothing is broken.
Comment #6
lostcarpark commentedThis looks almost perfect.
Upgrade Status is giving a warning about
core_version_requirementin the test theme. I know that line can be omitted in test modules, so I suspect it could be removed from the test theme too. I would try deleting the line and see if the tests pass.Comment #7
h_kac commentedwhen I removed it, the pipline failed with a warning "Add core_version_requirement to designate which Drupal versions is the extension compatible with" and also errors related to PHPUNIT
But, when I added ^12 to test theme, the pipeline succeeded
Comment #8
lostcarpark commentedPerfect, thanks.
Looking at it now, I'm not sure why the test modules aren't failing with the same error.
Confirm pipeline is now passing, and new "Upgrade status" task is reporting no issues.
Moving to RTBC.
Comment #10
ultimikeThanks, @lostcarpark and @h_kac!
Merged.
-mike