@@ -30,7 +30,7 @@ variables:
3030 GRADLE_PLUGIN_PROXY : " http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
3131 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-")
3232 REPO_NOTIFICATION_CHANNEL : " #apm-java-escalations"
33- DEFAULT_TEST_JVMS : /^(8|11|17|21|stable)$/
33+ DEFAULT_TEST_JVMS : /^(8|11|17|21|25| stable)$/
3434 PROFILE_TESTS :
3535 description : " Enable profiling of tests"
3636 value : " false"
@@ -60,6 +60,7 @@ workflow:
6060 - " 11"
6161 - " 17"
6262 - " 21"
63+ - " 25"
6364 - " stable"
6465 - " semeru11"
6566 - " oracle8"
@@ -603,7 +604,7 @@ test_inst_latest:
603604 CACHE_TYPE : " latestDep"
604605 parallel :
605606 matrix :
606- - testJvm : ["8", "17", "21", "stable"]
607+ - testJvm : ["8", "17", "21", "25", " stable"]
607608 # Gitlab doesn't support "parallel" and "parallel:matrix" at the same time
608609 # This emulates "parallel" by including it in the matrix
609610 CI_SPLIT : [ "1/6", "2/6", "3/6", "4/6", "5/6", "6/6"]
@@ -655,7 +656,7 @@ test_debugger:
655656 variables :
656657 GRADLE_TARGET : " :debuggerTest"
657658 CACHE_TYPE : " base"
658- DEFAULT_TEST_JVMS : /^(8|11|17|21|stable|semeru8)$/
659+ DEFAULT_TEST_JVMS : /^(8|11|17|21|25| stable|semeru8)$/
659660 parallel :
660661 matrix : *test_matrix
661662
0 commit comments