diff --git a/bootstrap_horizontal_tabs.info.yml b/bootstrap_horizontal_tabs.info.yml
index d54aa6a..6c3b00f 100644
--- a/bootstrap_horizontal_tabs.info.yml
+++ b/bootstrap_horizontal_tabs.info.yml
@@ -1,7 +1,7 @@
 name: 'Bootstrap Horizontal Tabs'
 description: 'Provides a custom field type displayed as horizontal tabs'
 type: module
-core_version_requirement: ^8 || ^9 || ^10
+core_version_requirement: ^8 || ^9 || ^10 || ^11
 dependencies:
   - drupal:field
   - drupal:text
diff --git a/tests/modules/bootstrap_horizontal_tabs_test_content_type/bootstrap_horizontal_tabs_test_content_type.info.yml b/tests/modules/bootstrap_horizontal_tabs_test_content_type/bootstrap_horizontal_tabs_test_content_type.info.yml
index fd7634e..8790d11 100644
--- a/tests/modules/bootstrap_horizontal_tabs_test_content_type/bootstrap_horizontal_tabs_test_content_type.info.yml
+++ b/tests/modules/bootstrap_horizontal_tabs_test_content_type/bootstrap_horizontal_tabs_test_content_type.info.yml
@@ -4,3 +4,5 @@ description: 'Test content type containing a bootstrap horizontal tabs field'
 package: Testing
 dependencies:
   - drupal:bootstrap_horizontal_tabs
+
+core_version_requirement: ^10. || ^11
\ No newline at end of file
