Mark versions 3 and 4 to only support Drupal core 11.1 or below
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3530330. --> Reported by: [jurgenhaas](https://www.drupal.org/user/168924) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Gin 3 and 4 only support Drupal core up to version 11.1 or earlier.</p> <p>As of Drupal 11.2, Gin 5 is being required:<br> <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/gin/-/work_items/3503575" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/gin/-/work_items/3503575</a></span></p> <h3 id="proposed-solution">Proposed solution</h3> <p>Tagging new versions:</p> <ul> <li>5.0.0: supporting Drupal 11.2 and later</li> <li>4.1.0: supporting Drupal 10, 11.0, and 11.1</li> <li>8.x-3.1: supporting Drupal 9, 10, 11.0, and 11.1</li> </ul> <p>At the same time, the following versions will be unsupported:</p> <ul> <li>4.0</li> <li>8.x-3.0</li> </ul> <p>This will force current installations to update to 3.1.0 or 4.1.0, and Drupal 11.2 installations will have to go to 5.0.0</p>
issue