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
Issue fork domain_config_pages-3511765
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
Comment #3
tim-dielsAs the tests are now run against latest drupal core version, we can also test for previous major
So lets also add
Comment #5
tim-dielsComment #6
tim-diels