From 46a7ade042443846081f261dd0a459165821499a Mon Sep 17 00:00:00 2001 From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org> Date: Thu, 5 Dec 2024 09:34:11 +0000 Subject: [PATCH] Issue #3491863: Bump D7 version --- includes/include.drupalci.hidden-variables.yml | 2 +- scripts/check-versions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/include.drupalci.hidden-variables.yml b/includes/include.drupalci.hidden-variables.yml index b796c4c3..54ea869d 100644 --- a/includes/include.drupalci.hidden-variables.yml +++ b/includes/include.drupalci.hidden-variables.yml @@ -40,7 +40,7 @@ variables: CORE_MAJOR_DEVELOPMENT: '' # Most recent stable release of the legacy version of Drupal (7). - CORE_LEG_STABLE: '7.102' + CORE_LEG_STABLE: '7.103' # Patch development for the legacy version of Drupal (7.x-dev). CORE_LEG_PATCH: '7.x-dev' diff --git a/scripts/check-versions.php b/scripts/check-versions.php index 2985d1fe..bc9250c2 100644 --- a/scripts/check-versions.php +++ b/scripts/check-versions.php @@ -19,7 +19,7 @@ const MAIN_BRANCH = '11.x'; // that will trigger this script to fail. When any of the below releases are // found, it means that we need to do changes to the hidden-variables file // and/or these constants. -const NEXT_D7 = '7.103'; +const NEXT_D7 = '7.104'; const NEXT_MAJOR_DEV = '12.x'; const NEXT_MAJOR_FIRST_STABLE_TAG = '12.0.0'; const NEXT_MINOR_DEV = '11.2.x'; -- GitLab