diff --git a/includes/include.drupalci.hidden-variables.yml b/includes/include.drupalci.hidden-variables.yml index b796c4c3b7a5c6b3278a803ada14294308de06dc..54ea869d6450524303283227032b50afa49d681c 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 2985d1febe27be92a4a5038bec8acba89e1b4109..bc9250c29ffe3e5c5669aeafa80e6e4da5bd3367 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';