Skip to content
GitLab
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
0b1409db
Commit
0b1409db
authored
Nov 04, 2019
by
Eloy Lafuente
Browse files
Add info about the official WP branches to be tested
They follow the WORKPLACE_XX_LATEST schema
parent
5675ba1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/org/moodle/ci/versions/WP37.groovy
0 → 100644
View file @
0b1409db
package
org.moodle.ci.versions
;
class
WP37
extends
Version
{
WP37
()
{
this
.
name
=
"37"
this
.
defaultBranch
=
"WORKPLACE_37_LATEST"
this
.
supportedPHPVersions
=
[
"7.1"
,
"7.2"
,
"7.3"
,
]
this
.
supportedDatabases
=
[
"pgsql"
,
"mysqli"
,
"mariadb"
,
"sqlsrv"
,
"oci"
,
]
}
}
src/org/moodle/ci/versions/WP38.groovy
0 → 100644
View file @
0b1409db
package
org.moodle.ci.versions
;
class
WP38
extends
Version
{
WP38
()
{
this
.
name
=
"38"
this
.
defaultBranch
=
"WORKPLACE_38_LATEST"
this
.
supportedPHPVersions
=
[
"7.1"
,
"7.2"
,
"7.3"
,
]
this
.
supportedDatabases
=
[
"pgsql"
,
"mysqli"
,
"mariadb"
,
"sqlsrv"
,
"oci"
,
]
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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