Problem/Motivation
https://www.drupal.org/node/2997874/qa ðŸ˜
Error for a least 1 test
Your PHP installation is too old. Drupal requires at least PHP 8.0. It is recommended to upgrade to PHP version 8.1.6 or higher for the best ongoing support. See PHP's version support documentation and the Drupal PHP requirements page for more information.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork automatic_updates-3326934
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
tedbowok maybe this just failing because 7.4 is EOL and \Drupal\Core\Utility\PhpRequirements::getMinimumSupportedPhp in core now catches that(I worked on this too :laughing:)
Comment #6
tedbowMerging the MR with just the removal of the unused use statement because this causes
https://www.drupal.org/pift-ci-job/2544370
Will see if that fixes it. 7.4 will still fail
Comment #8
tedbowComment #9
tedbowfollow-up #3327229: Remove `@requires PHP >= 8.0` annotation from all tests
Comment #10
tedbowI will commit if this comes back green
Comment #12
wim leers