From 86150a08443572a69358cc709c2347aeb6b6f4a0 Mon Sep 17 00:00:00 2001
From: Fran Garcia-Linares <14157-fjgarlin@users.noreply.drupalcode.org>
Date: Tue, 7 Jan 2025 10:40:45 +0000
Subject: [PATCH] Issue #3497842 by fjgarlin: Bump core versions to latest
 stable

---
 includes/include.drupalci.hidden-variables.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/include.drupalci.hidden-variables.yml b/includes/include.drupalci.hidden-variables.yml
index 37f9fa01..68ee05af 100644
--- a/includes/include.drupalci.hidden-variables.yml
+++ b/includes/include.drupalci.hidden-variables.yml
@@ -13,7 +13,7 @@ variables:
   ################
 
   # The most recent, stable version of Drupal.
-  CORE_STABLE: '11.1.0'
+  CORE_STABLE: '11.1.1'
 
   # The most recent security release in the latest major version of Drupal.
   CORE_SECURITY: '11.0.8'
@@ -25,7 +25,7 @@ variables:
   CORE_SECURITY_PREVIOUS_MINOR: '11.0.8'
 
   # The most recent, stable previous major version of Drupal.
-  CORE_PREVIOUS_STABLE: '10.4.0'
+  CORE_PREVIOUS_STABLE: '10.4.1'
 
   # The most recent security release in the previous major version of Drupal.
   CORE_PREVIOUS_SECURITY: '10.3.9'
-- 
GitLab