Using this module on Drupal 9 cause this error :

The 'core_version_requirement' constraint (9.0.0) requires the 'core' key not be set in modules/contrib/menu_block/tests/modules/menu_block_test/menu_block_test.info.yml

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Mistrae created an issue. See original summary.

Mistrae’s picture

Status: Active » Needs review
FileSize
454 bytes
joelpittet’s picture

Status: Needs review » Fixed

Thanks for the patch, I've committed it to the dev branch.

  • joelpittet committed 3402bb7 on 8.x-1.x authored by Mistrae
    Issue #3146665 by Mistrae: Module test core_version_requirement
    

Status: Fixed » Closed (fixed)

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

MLZR’s picture

+1 patch 3146665_1.patch works

percoction’s picture

FileSize
514 bytes

Adding a patch here that should work against the 8.x-1.6 version, with the packager info

lucamisk’s picture

If you try to install on drupal 9.1 there is a core_version_requirement error.
Just change
core_version_requirement: ^8 || ^9
in
core_version_requirement: ^8 || ^9.0
in menu_block.info.yml