@@ -30,7 +30,7 @@ variables:
30
30
GRADLE_PLUGIN_PROXY : " https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
31
31
BUILDER_IMAGE_VERSION_PREFIX : " v25.07-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
32
32
REPO_NOTIFICATION_CHANNEL : " #apm-java-escalations"
33
- DEFAULT_TEST_JVMS : /^(8|11|17|21|stable )$/
33
+ DEFAULT_TEST_JVMS : /^(8|11|17|21|25 )$/ # the latest "stable" version is LTS v25
34
34
PROFILE_TESTS :
35
35
description : " Enable profiling of tests"
36
36
value : " false"
@@ -61,14 +61,14 @@ workflow:
61
61
- " 17"
62
62
- " 21"
63
63
- " 25"
64
- - " stable"
65
64
- " semeru11"
66
65
- " oracle8"
67
66
- " zulu8"
68
67
- " semeru8"
69
68
- " ibm8"
70
69
- " zulu11"
71
70
- " semeru17"
71
+ # - "stable"
72
72
CI_SPLIT : ["1/1"]
73
73
74
74
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
@@ -636,7 +636,7 @@ test_inst_latest:
636
636
CACHE_TYPE : " latestDep"
637
637
parallel :
638
638
matrix :
639
- - testJvm : ["8", "17", "21", "stable"]
639
+ - testJvm : ["8", "17", "21", "25"] # the latest "stable" version is LTS v25
640
640
# Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
641
641
# This emulates "parallel" by including it in the matrix
642
642
CI_SPLIT : [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]
@@ -688,7 +688,7 @@ test_debugger:
688
688
variables :
689
689
GRADLE_TARGET : " :debuggerTest"
690
690
CACHE_TYPE : " base"
691
- DEFAULT_TEST_JVMS : /^(8|11|17|21|stable |semeru8)$/
691
+ DEFAULT_TEST_JVMS : /^(8|11|17|21|25 |semeru8)$/ # the latest "stable" version is LTS v25
692
692
parallel :
693
693
matrix : *test_matrix
694
694
0 commit comments