diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000000000000000000000000000000000000..660cf921f25ff37f41ded10def9ac01aa0ad3c6c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,31 @@
+include:
+  ################
+  # DrupalCI includes:
+  # As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
+  # View these include files at https://git.drupalcode.org/project/gitlab_templates/
+  ################
+  - project: $_GITLAB_TEMPLATES_REPO
+    ref: $_GITLAB_TEMPLATES_REF
+    file:
+      - "/includes/include.drupalci.main.yml"
+      - "/includes/include.drupalci.variables.yml"
+      - "/includes/include.drupalci.workflows.yml"
+
+################
+# Pipeline configuration variables
+#
+# These are the variables provided to the Run Pipeline form that a user may want to override.
+#
+# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
+################
+
+variables:
+  SKIP_ESLINT: '1'
+  SKIP_STYLELINT: '1'
+  SKIP_CSPELL: '1'
+  # Broaden test versions.
+  OPT_IN_TEST_PREVIOUS_MAJOR: '1'
+  OPT_IN_TEST_MAX_PHP: '1'
+  OPT_IN_TEST_PREVIOUS_MINOR: '1'
+  OPT_IN_TEST_NEXT_MINOR: '1'
+  OPT_IN_TEST_NEXT_MAJOR: '1'
diff --git a/composer.json b/composer.json
index 41bf69c5bb3eaa90b839b122958970f8ea39e98c..430cb74b82e23eccfa00033dab55d0138c15fe22 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
 {
   "require": {
-    "drupal/jquery_ui": "^1.6"
+    "drupal/jquery_ui": "^1.7"
   }
 }
diff --git a/jquery_ui_tooltip.info.yml b/jquery_ui_tooltip.info.yml
index 8f47500d2112ca3d22909f39a747b0af70d8a375..53503557d6053b965a735143ddd3475229ed14e7 100644
--- a/jquery_ui_tooltip.info.yml
+++ b/jquery_ui_tooltip.info.yml
@@ -2,6 +2,6 @@ name: jQuery UI Tooltip
 type: module
 description: 'Provides jQuery UI Tooltip library.'
 package: jQuery UI
-core_version_requirement: ^9.2 || ^10
+core_version_requirement: ^9.2 || ^10 || ^11
 dependencies:
-  - jquery_ui:jquery_ui
+  - jquery_ui:jquery_ui (>=8.x-1.7)