diff --git a/includes/include.drupalci.hidden-variables.yml b/includes/include.drupalci.hidden-variables.yml index 8ef85602040bf8de0b7c742c6d32e840c4373d45..92e1dfa8c212a815c0a77fac7c53990441c24a8d 100644 --- a/includes/include.drupalci.hidden-variables.yml +++ b/includes/include.drupalci.hidden-variables.yml @@ -13,22 +13,22 @@ variables: ################ # The most recent, stable version of Drupal. - CORE_STABLE: '11.1.2' + CORE_STABLE: '11.1.3' # The most recent security release in the latest major version of Drupal. - CORE_SECURITY: '11.0.8' + CORE_SECURITY: '11.1.3' # Development branch for patch level development/bugfixes. CORE_SUPPORTED: '11.1.x-dev' # The most recent security release in the previous minor of the latest major version of Drupal. - CORE_SECURITY_PREVIOUS_MINOR: '11.0.8' + CORE_SECURITY_PREVIOUS_MINOR: '11.0.12' # The most recent, stable previous major version of Drupal. - CORE_PREVIOUS_STABLE: '10.4.2' + CORE_PREVIOUS_STABLE: '10.4.3' # The most recent security release in the previous major version of Drupal. - CORE_PREVIOUS_SECURITY: '10.3.9' + CORE_PREVIOUS_SECURITY: '10.3.13' # Development branch for next minor version of Drupal. CORE_MINOR: '11.x-dev'