Problem/Motivation

In #3388449: Usage of trailing comma causing syntax error on PHP 7.4 @esolitos identified an issue installing version 2.2.1 on PHP 7.4 which was fixed in version 2.2.2.

Version 2.2.2 will be the last version to support php 7.4, since PHP 7 was EOL in November 28, 2022.

We would like to revert that change and tag a new version 2.3 with a minimum requirement of PHP 8, in order to leverage new syntax features and pave the way for unrestrained future development.

Proposed resolution

  1. Revert 17291c9.
  2. Add a minimum version requirement of PHP 8 in our composer.json and info.yml
  3. Tag a release 2.3.0.
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

jwilson3 created an issue. See original summary.

jwilson3’s picture

Issue summary: View changes
jwilson3’s picture

The revert commit is here: 8ea1a62.

jwilson3’s picture

Version: 2.2.x-dev » 2.3.x-dev

  • jwilson3 committed e8072d23 on 2.3.x
    Issue #3388731 by jwilson3, mandclu, esolitos: Require PHP 8
    

jwilson3 credited esolitos.

jwilson3 credited mandclu.

jwilson3’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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