Problem/Motivation

The 2.x branch currently supports all Drupal versions >= 10.2 - this leads to problems with fixing code quality issues and updating tests for new PHPUnit version(s) that should be valid for both Drupal 10 and 11 (especially >= 11.3.x).
So this issue should be used to create a new major version for Drupal >= 11.3 while limiting the 2.x version to Drupal < 11.3.

Proposed resolution

  • Create a new 3.x branch that only supports Drupal >= 11.3
  • Limit existing 2.x branch to only support Drupal >= 10.3 and Drupal < 11.3
  • Fix code quality/style issues für both module versions (see also #3502724: Fix code quality issues reported by PHPStan)
  • Create new releases for both version branches

Remaining tasks

  • Use different branches für Drupal < 11.3 and Drupal >= 11.3
  • Fix code quality/style issues

User interface changes

n/a

API changes

n/a

Data model changes

n/a

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

hctom created an issue. See original summary.

hctom’s picture

Issue summary: View changes

hctom changed the visibility of the branch 3.x to hidden.

hctom changed the visibility of the branch 3588290-drupal-10.2x-11.2.x to hidden.

hctom’s picture

Status: Active » Fixed

All done. From now on:

  • 2.x branch: Drupal 10.3.x - 11.2.x
  • 3.x branch: Drupal >= 11.3.x

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • hctom committed dc102d8a on 3.x
    refactor: #3588290 3.x branch: Drupal >= 11.3.x
    
    By: hctom
    

  • hctom committed 7480e413 on 2.x
    refactor: #3588290 2.x branch: Drupal 10.3.x - 11.2.x
    
    By: hctom
    
hctom’s picture

Status: Fixed » Closed (fixed)