Problem/Motivation

The recent release includes core_version_requirement: ^8 || ^9 || ^10, with no core key the older versions of d8 will not be supported.

Proposed resolution

Change core_version_requirement to core_version_requirement: ^8.9 || ^9 || ^10 in info.yml.

See: https://www.drupal.org/node/3070687

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

omkar-pd created an issue. See original summary.

omkar-pd’s picture

Status: Active » Needs review

  • 5e5f74d committed on 8.x-3.x
    Issue #3308847 by omkar-pd: Fix Drupal 8 compatibility
    
seworthi’s picture

Status: Needs review » Fixed

Changed core_version_requirement to: ^8.9 || ^9 || ^10 in info.yml.

Status: Fixed » Closed (fixed)

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