Skip to content
Snippets Groups Projects
Commit d50ea3af authored by Pravin Gaikwad's avatar Pravin Gaikwad
Browse files

Merge branch '3448734-automated-drupal-11' into '2.x'

Resolve #3448734 "Automated drupal 11"

See merge request !1
parents ab360549 043182e4
No related branches found
No related tags found
No related merge requests found
Pipeline #185509 passed
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'
{ {
"require": { "require": {
"drupal/jquery_ui": "^1.6" "drupal/jquery_ui": "^1.7"
} }
} }
...@@ -2,6 +2,6 @@ name: jQuery UI Tooltip ...@@ -2,6 +2,6 @@ name: jQuery UI Tooltip
type: module type: module
description: 'Provides jQuery UI Tooltip library.' description: 'Provides jQuery UI Tooltip library.'
package: jQuery UI package: jQuery UI
core_version_requirement: ^9.2 || ^10 core_version_requirement: ^9.2 || ^10 || ^11
dependencies: dependencies:
- jquery_ui:jquery_ui - jquery_ui:jquery_ui (>=8.x-1.7)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment