Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_templates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_templates
Merge requests
!344
Bump versions.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bump versions.
issue/gitlab_templates-3517086:3517086-bump-core
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Fran Garcia-Linares
requested to merge
issue/gitlab_templates-3517086:3517086-bump-core
into
main
2 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3517086
0
0
Merge request reports
Compare
main
version 1
c9c5cb83
2 months ago
main (base)
and
latest version
latest version
c9c5cb83
1 commit,
2 months ago
version 1
c9c5cb83
1 commit,
2 months ago
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
includes/include.drupalci.hidden-variables.yml
+
2
−
2
Options
@@ -13,7 +13,7 @@ variables:
@@ -13,7 +13,7 @@ variables:
################
################
# The most recent, stable version of Drupal.
# The most recent, stable version of Drupal.
CORE_STABLE
:
'
11.1.
5
'
CORE_STABLE
:
'
11.1.
6
'
# The most recent security release in the latest major version of Drupal.
# The most recent security release in the latest major version of Drupal.
CORE_SECURITY
:
'
11.1.5'
CORE_SECURITY
:
'
11.1.5'
@@ -25,7 +25,7 @@ variables:
@@ -25,7 +25,7 @@ variables:
CORE_SECURITY_PREVIOUS_MINOR
:
'
11.0.13'
CORE_SECURITY_PREVIOUS_MINOR
:
'
11.0.13'
# The most recent, stable previous major version of Drupal.
# The most recent, stable previous major version of Drupal.
CORE_PREVIOUS_STABLE
:
'
10.4.
5
'
CORE_PREVIOUS_STABLE
:
'
10.4.
6
'
# The most recent security release in the previous major version of Drupal.
# The most recent security release in the previous major version of Drupal.
CORE_PREVIOUS_SECURITY
:
'
10.4.5'
CORE_PREVIOUS_SECURITY
:
'
10.4.5'
Loading