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

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

tedbow created an issue. See original summary.

tedbow’s picture

Issue summary: View changes
tedbow’s picture

ok 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:)

  • 5c9a90d committed on 8.x-2.x
    Issue #3326934: Tests are failing for php 7.4
    
tedbow’s picture

Merging the MR with just the removal of the unused use statement because this causes

PHP 8.0 & MySQL 5.7, D9.4 Custom Commands Failed

https://www.drupal.org/pift-ci-job/2544370

Will see if that fixes it. 7.4 will still fail

tedbow’s picture

Issue tags: +core-mvp
tedbow’s picture

tedbow’s picture

Assigned: Unassigned » tedbow
Status: Active » Reviewed & tested by the community

I will commit if this comes back green

  • tedbow committed 916e6b44 on 8.x-2.x
    Issue #3326934 by tedbow: Tests are failing for php 7.4
    
wim leers’s picture

Assigned: tedbow » Unassigned
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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