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.

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

CommentFileSizeAuthor
#4 d8-compatibility.patch416 bytesomkar-pd
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.

immaculatexavier made their first commit to this issue’s fork.

omkar-pd’s picture

Status: Active » Needs review
StatusFileSize
new416 bytes

matthieuscarset’s picture

Status: Needs review » Fixed

Thank you for this report @omkar-pd

I didn't know the minor version needed to be specify for D8.

Your patch is applied on 4.0.2.

Could you please confirm this fixes the issue?

omkar-pd’s picture

Working fine. Thank you :)

matthieuscarset’s picture

Status: Fixed » Closed (fixed)