Skip to content

Commit cb070ae

Browse files
committed
Add graalvm25 image to testing
1 parent f44ec39 commit cb070ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ variables:
2828
GRADLE_VERSION: "8.14.3" # must match gradle-wrapper.properties
2929
MAVEN_REPOSITORY_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
3030
GRADLE_PLUGIN_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
31-
BUILDER_IMAGE_VERSION_PREFIX: "v25.09-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
31+
BUILDER_IMAGE_VERSION_PREFIX: "119_merge-" # 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"
3333
DEFAULT_TEST_JVMS: /^(8|11|17|21|25)$/ # the latest "stable" version is LTS v25
3434
PROFILE_TESTS:
@@ -722,7 +722,7 @@ test_smoke_graalvm:
722722
NON_DEFAULT_JVMS: "true"
723723
parallel:
724724
matrix:
725-
- testJvm: ["graalvm17", "graalvm21"]
725+
- testJvm: ["graalvm17", "graalvm21", "graalvm25"]
726726

727727
test_smoke_semeru8_debugger:
728728
extends: .test_job

0 commit comments

Comments
 (0)