Skip to content

Commit 6cd18a2

Browse files
committed
update version comment on gitlab-ci
1 parent b9c8da4 commit 6cd18a2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ include:
3030
################
3131
variables:
3232
SKIP_ESLINT: '1'
33-
# Opt in to testing current minor against max supported PHP version.
33+
# Opt in to testing current minor against max supported PHP version (8.4).
3434
OPT_IN_TEST_MAX_PHP: '1'
3535
# Opt in to testing previous minor (Drupal 11.1.x)
3636
OPT_IN_TEST_PREVIOUS_MINOR: '1'
37-
# Opt in to testing next minor (Drupal 11.3.x).
37+
# Opt in to testing next minor (Drupal 11.x-dev // 11.4-dev)
3838
OPT_IN_TEST_NEXT_MINOR: '1'
39-
# Opt in to testing $CORE_PREVIOUS_MAJOR (Drupal 10.4.x).
39+
# Opt in to testing $CORE_PREVIOUS_MAJOR (Drupal 10.6.x).
4040
OPT_IN_TEST_PREVIOUS_MAJOR: '1'
41-
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (Drupal 12).
41+
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (Drupal 12.0-dev).
4242
OPT_IN_TEST_NEXT_MAJOR: '1'
4343

4444
# This module wants to strictly comply with Drupal's coding standards.

0 commit comments

Comments
 (0)