Skip to content
Snippets Groups Projects

Make D11 current

Compare and
7 files
+ 81
59
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 1
1
@@ -14,7 +14,7 @@ The available opt-in variables are:
- `OPT_IN_TEST_NEXT_MINOR`
- `OPT_IN_TEST_NEXT_MAJOR`
Note that there are some time periods where certain variants would not make sense. For example, if Drupal 11 is the current variant, and the development for Drupal 12 has not started yet, then `OPT_IN_TEST_NEXT_MAJOR` will not run as there is no code to run it against. You do not need to change the value of this variable, as the job will start running again when it is appropriate to do so.
Note that there are some time periods where certain variants would not make sense. For example, if Drupal 11 is the current variant, and the development for Drupal 12 has not started yet, then `OPT_IN_TEST_NEXT_MAJOR` will not run as there is no code to run it against. You do not need to change the value of this variable, as the job will start running again when it is appropriate to do so.
## Useful variables and how they connect to existing variants
Loading