Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
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
automatic_updates
Merge requests
!312
Issue
#3275883
: Warn if cron updates are enabled and the site is on an unsupported branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3275883
: Warn if cron updates are enabled and the site is on an unsupported branch
issue/automatic_updates-3275883:3275883-unsupported-validation
into
8.x-2.x
Overview
11
Commits
13
Pipelines
0
Changes
4
Merged
Ted Bowman
requested to merge
issue/automatic_updates-3275883:3275883-unsupported-validation
into
8.x-2.x
2 years ago
Overview
11
Commits
13
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
version 7
version 12
75c4993c
2 years ago
version 11
1e2b881e
2 years ago
version 10
05ab8aea
2 years ago
version 9
5b8d0f67
2 years ago
version 8
f4f87192
2 years ago
version 7
e294beda
2 years ago
version 6
c60d4901
2 years ago
version 5
3f936702
2 years ago
version 4
b030cc47
2 years ago
version 3
6d71720a
2 years ago
version 2
d1ff422e
2 years ago
version 1
d2a037f4
2 years ago
8.x-2.x (base)
and
version 8
latest version
75c4993c
13 commits,
2 years ago
version 12
75c4993c
13 commits,
2 years ago
version 11
1e2b881e
12 commits,
2 years ago
version 10
05ab8aea
11 commits,
2 years ago
version 9
5b8d0f67
10 commits,
2 years ago
version 8
f4f87192
9 commits,
2 years ago
version 7
e294beda
8 commits,
2 years ago
version 6
c60d4901
7 commits,
2 years ago
version 5
3f936702
6 commits,
2 years ago
version 4
b030cc47
5 commits,
2 years ago
version 3
6d71720a
3 commits,
2 years ago
version 2
d1ff422e
2 commits,
2 years ago
version 1
d2a037f4
1 commit,
2 years ago
Show latest version
2 files
+
43
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
tests/src/Kernel/ReadinessValidation/VersionPolicy/SupportedBranchInstalledTest.php
+
1
−
1
Options
@@ -15,7 +15,7 @@ class SupportedBranchInstalledTest extends AutomaticUpdatesKernelTestBase {
/**
* {@inheritdoc}
*/
protected
static
$modules
=
[
'automatic_updates'
,
'update'
];
protected
static
$modules
=
[
'automatic_updates'
];
/**
* Data provider for ::testSupportedBranchInstalled().
Loading