Problem/Motivation

As described in https://project.pages.drupalcode.org/gitlab_templates/info/common/, you can test more than currently is activated. Lets test different Drupal Core and PHP versions.

Steps to reproduce

N/A

Proposed resolution

Add the next variables to the gitlab ci file:

_TARGET_PHP: 8.3
OPT_IN_TEST_CURRENT: 1
OPT_IN_TEST_NEXT_MINOR: 0
OPT_IN_TEST_NEXT_MAJOR: 0
OPT_IN_TEST_MAX_PHP: 0

Remaining tasks

Add MR

User interface changes

None

API changes

None

Data model changes

None

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

tim-diels created an issue. See original summary.

tim-diels’s picture

As the tests are now run against latest drupal core version, we can also test for previous major
So lets also add

OPT_IN_TEST_PREVIOUS_MAJOR: 0
OPT_IN_TEST_PREVIOUS_MINOR: 0

  • tim-diels committed 2dd536a4 on 1.0.x
    Issue #3511765 by tim-diels: Test different Drupal core and PHP versions
    
tim-diels’s picture

Assigned: tim-diels » Unassigned
Status: Active » Fixed
tim-diels’s picture

Status: Fixed » Closed (fixed)