- Issue created by @dww
This module used to support ^8 || ^9 || ^10
. Recent commits bump this to ^10.1
as the minimum version. There's no major reason why that's needed, only to get the tests passing. A little bit of jumping through hoops in DurationFieldBrowserTestBase
would allow this to keep working with a wider range of core versions.
Add another conditional check on \Drupal::VERSION
in DurationFieldBrowserTestBase
.
Re-expand core_version_requirement
Active
2.0
Code