diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98646889fccfb1d93b5bcde0e4933a6b9f829609..16b0dc7674a129b6dba483e524c65a4c60f5c5a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,8 +48,8 @@ include: # # Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml ################ -# variables: -# SKIP_ESLINT: '1' +variables: + RUN_JOB_UPGRADE_STATUS: '1' ################################################################################### diff --git a/active_link_formatter.info.yml b/active_link_formatter.info.yml index e524433f7c0cfbcb1abeaa01c42fa3494f20195a..2600928e6d3913584a12e51cc47e9280d591eb99 100644 --- a/active_link_formatter.info.yml +++ b/active_link_formatter.info.yml @@ -2,6 +2,6 @@ name: 'Active Link Formatter' type: module description: 'Provides a Field Formatter for Link field types to set the is-active class if needed.' package: Field types -core_version_requirement: ^8 || ^9 || ^10 +core_version_requirement: ^8 || ^9 || ^10 || ^11 dependencies: - drupal:link