Change core requirements
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3580879. --> Reported by: [avpaderno](https://www.drupal.org/user/55077) Related to !11 !10 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Tests in Drupal 11.3 are required to use PHP attributes, while in Drupal 11.2 they still use annotations. It is not possible to create tests that work in Drupal 11.2 and Drupal 11.3.<br> Furthermore, it is not possible to run GitLab CI in Drupal versions that are lower than 10.6 because some of those versions are marked insecure.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Change the <em>2.0.x</em> branch to require Drupal 11.3, and the <em>1.0.x</em> to require any Drupal version higher or equal to 10.6 and lower than 11.3.</p>
issue