The current version of the facet_range_list_item module specifies compatibility with ^8.8 || ^9 || ^10, but it does not yet declare support for Drupal 11.
To prepare for upcoming core upgrades and to support projects using Drupal 11, this module should:
Update the core_version_requirement in info.yml to include ^11.
Run tests (if available) against a Drupal 11 environment to confirm compatibility.
Review for deprecated APIs removed in Drupal 11 and make updates as needed.
Steps to reproduce:
Try installing the module on a Drupal 11 site using Composer.
Composer will report incompatibility due to the core_version_requirement.
Suggested resolution:
Add ^11 to the core_version_requirement of the module.
Verify full compatibility by running the test suite and performing functional testing.
Happy to help test or contribute a patch if needed.