Use 'main-dev' branch for Next Major to enable D12 testing
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3567692. --> Reported by: [fjgarlin](https://www.drupal.org/user/2495842) Related to !449 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Core started using "main" as announced here: <a href="https://www.drupal.org/about/core/blog/introducing-the-main-branch-for-drupal-core">https://www.drupal.org/about/core/blog/introducing-the-main-branch-for-drupal-core</a></p> <p>We have a few references to 11.x in the docs and the code. </p> <p>Check which ones need changing and which ones don't.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ul> <li>Use 'main' as the core branch that is used in the <strong>Next Major</strong> variant, because this branch contains <code>const VERSION = 12.0-dev</code></li> <li>Leave the <strong>Next Minor</strong> variant to use 11.x, as this is using <code>const VERSION = 11.4-dev</code></li> </ul> > Related issue: [Issue #3569169](https://www.drupal.org/node/3569169)
issue