Skip to content
Snippets Groups Projects
Commit 88fd8da9 authored by Pravin Gaikwad's avatar Pravin Gaikwad Committed by Ben Mullins
Browse files

Issue #3448731 by Rajeshreeputra, bnjmnm: Automated Drupal 11 compatibility...

Issue #3448731 by Rajeshreeputra, bnjmnm: Automated Drupal 11 compatibility fixes for jquery_ui_slider
parent d267aafa
No related branches found
No related tags found
2 merge requests!5Issue #3448731 by Rajeshreeputra, bnjmnm: Automated Drupal 11 compatibility...,!4Resolve #3448731 "Automated drupal 11"
Pipeline #185507 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": {
"drupal/jquery_ui": "^1.6"
"drupal/jquery_ui": "^1.7"
}
}
......@@ -2,6 +2,6 @@ name: jQuery UI Slider
type: module
description: 'Provides jQuery UI Slider 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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment