Problem/Motivation

Drupal 9 is no longer supported (or tested) - let's drop support so we can use PHP 8 features and only support versions we are testing on.

Proposed resolution

Drop Drupal 9 support and use PHP 8's str_ functions instead of strpos() for code clarity.

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

None

Issue fork redirect-3541107

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

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
alexpott’s picture

I've searched the code for any conditions on drupal's version or PHP version and have fixed what I found.

alexpott’s picture

Issue summary: View changes

berdir made their first commit to this issue’s fork.

  • berdir committed b23c1f36 on 8.x-1.x authored by alexpott
    Issue #3541107 by alexpott: Drop Drupal 9 and PHP 7 support
    
berdir’s picture

Status: Needs review » Fixed

Looks good.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.