File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ include:
3030# ###############
3131variables :
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.
You can’t perform that action at this time.
0 commit comments