Problem/Motivation

Most modules however will have to remove deprecated code to be compatible with Drupal 9. Therefore they will not able to be compatible with all versions of Drupal 8.
For example a module that is compatible with Drupal 8 versions after Drupal 8.8.0 and also Drupal 9 will need a info.yml file like this:

name: My Module
type: module
core_version_requirement: ^8.8 || ^9

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

Shubham Rathore created an issue. See original summary.

shubham rathore’s picture

Assigned: shubham rathore » Unassigned
Status: Active » Needs review

Create MR for this issue.
Please review.
Thanks

sahilgidwani’s picture

Assigned: Unassigned » sahilgidwani
sahilgidwani’s picture

I have checked and reviewed MR and it looks perfect.

sahilgidwani’s picture

Status: Needs review » Reviewed & tested by the community
sahilgidwani’s picture

Assigned: sahilgidwani » Unassigned
phjou’s picture

Drupal 8 is not supported anymore, let's get rid of D8 support.

phjou’s picture

Status: Reviewed & tested by the community » Closed (outdated)
Issue tags: +PNW2024