Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Lyons
pipeline
Commits
30d173b9
Commit
30d173b9
authored
Dec 13, 2017
by
Andrew Nicols
Browse files
No self
parent
1f7cef26
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/moodle/ci/branches/Branch.groovy
View file @
30d173b9
...
...
@@ -20,13 +20,13 @@ class Branch {
}
def
getHighestSupportedVersion
()
{
def
versions
=
self
.
getPhpVersions
()
def
versions
=
getPhpVersions
()
return
versions
[
versions
.
size
()
-
1
]
}
def
getLowestSupportedVersion
(
branch
)
{
def
versions
=
self
.
getPhpVersions
()
def
versions
=
getPhpVersions
()
return
versions
[
0
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment