File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ variables:
3131 GRADLE_PLUGIN_PROXY : " https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
3232 BUILDER_IMAGE_VERSION_PREFIX : " v26.01-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
3333 REPO_NOTIFICATION_CHANNEL : " #apm-java-escalations"
34- DEFAULT_TEST_JVMS : /^(8|11|17|21|25)$/ # the latest "stable" version is LTS v25
34+ DEFAULT_TEST_JVMS : /^(8|11|17|21|25|stable )$/ # the latest "stable" version is 26
3535 PROFILE_TESTS :
3636 description : " Enable profiling of tests"
3737 value : " false"
@@ -62,15 +62,14 @@ workflow:
6262 - " 17"
6363 - " 21"
6464 - " 25"
65- - " 26"
6665 - " semeru11"
6766 - " oracle8"
6867 - " zulu8"
6968 - " semeru8"
7069 - " ibm8"
7170 - " zulu11"
7271 - " semeru17"
73- # - "stable"
72+ - " stable"
7473 CI_SPLIT : ["1/1"]
7574
7675# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
You can’t perform that action at this time.
0 commit comments