Problem/Motivation

The 3.1.x branch targets Drupal ~11.4.0, but its GitLab CI composer job overrides before_script without a job-level DRUPAL_CORE variable, so the DrupalCI template default wins and the job (and the webship-js-test browser job that depends on it) actually build and run on Drupal 11.3.12, not 11.4. The pipeline reports green while never validating the real ~11.4 target.

Steps to reproduce

Proposed resolution

Add job-level variables: DRUPAL_CORE: "11.4.0" and IGNORE_PROJECT_DRUPAL_CORE_VERSION: "1" to the composer job in .gitlab-ci.yml so the whole pipeline resolves and tests against Drupal ~11.4.0.

Remaining tasks

  • ✅ File an issue about this project
  • ✅ Addition/Change/Update/Fix to this project
  • ❌ Testing to ensure no regression
  • ➖ Automated unit/functional testing coverage
  • ➖ Developer Documentation support on feature change/addition
  • ➖ User Guide Documentation support on feature change/addition
  • ➖ UX/UI designer responsibilities
  • ➖ Accessibility and Readability
  • ❌ Reviewed by a human
  • ❌ Code review by maintainers
  • ❌ Full testing and approval
  • ❌ Credit contributors
  • ❌ Review with the product owner
  • ❌ Update Release Notes
  • ✅ Release

User interface changes

  • N/A

API changes

  • N/A

Data model changes

  • N/A

Release notes snippet

  • N/A
Command icon Show commands

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

rajab natshah created an issue. See original summary.

  • rajab natshah committed 16c072a8 on 3.1.x
    ci: #3609254 Build the CI composer job against Drupal 11.4.0 on the 3.1....
rajab natshah’s picture

Issue summary: View changes
Status: Active » Needs review
rajab natshah’s picture

Status: Needs review » Fixed
Issue tags: +varbase_components-3.1.1

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

rajab natshah’s picture

Issue tags: +varbase-10.1.2
rajab natshah’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.