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
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
Comment #3
alexpottComment #4
alexpottI've searched the code for any conditions on drupal's version or PHP version and have fixed what I found.
Comment #5
alexpottComment #8
berdirLooks good.