Problem/Motivation
follow-up to #3326934: Tests are failing for php 7.4.
Proposed resolution
scripts/src/Converter.php could remove the `@requires PHP >= 8.0` annotations
Issue fork automatic_updates-3327229
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 #2
tedbowComment #3
tedbowComment #4
tedbowComment #5
wim leersSince #3321474: Adopt PHP 8.1-only capabilities such as constructor property promotion + drop BC layers, no tests need to be removed anymore, since PHP 8.1 is already the minimum requirement anyway!
Comment #6
wim leersComment #9
yash.rode commentedComment #10
wim leers🚢
Comment #13
phenaproximaLooks great. I confirmed that
@requiresis no longer in the code base. Shipped!