Problem/Motivation

Currently all CI jobs only run for Drupal 11.x. As this module also supports Drupal 10.x, the CI jobs for that Drupal version should be executed as well.

Steps to reproduce

See CI pipeline logs for executed jobs.

Proposed resolution

Re-enable Drupal 10.x CI jobs by settings OPT_IN_TEST_PREVIOUS_MAJOR to 1 in .gitlab-ci.yml.

Remaining tasks

  • Create issue fork and MR to fix this issue

User interface changes

n/a

API changes

n/a

Data model changes

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

hctom created an issue. See original summary.

  • hctom committed f82f2a46 on 2.x
    Issue #3502714 by hctom: Re-enable CI jobs for previous major
    
hctom’s picture

Status: Active » Fixed

Done ;)

hctom’s picture

Status: Fixed » Closed (fixed)