Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 2e608b9

Browse files
committed
Switch CI on GraalVM 21.3.0
See gh-1472
1 parent d7c5262 commit 2e608b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/parameters.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ registry-mirror-username: ((artifactory-username))
1212
registry-mirror-password: ((artifactory-password))
1313

1414
graalvm-repo: "https://github.com/oracle/graal.git"
15-
graalvm-stable-branch: "release/graal-vm/21.2"
15+
graalvm-stable-branch: "release/graal-vm/21.3"
1616
graalvm-dev-branch: "release/graal-vm/21.3"
17-
jvmci-stable-java11: "https://github.com/graalvm/labs-openjdk-11/releases/download/jvmci-21.2-b08/labsjdk-ce-11.0.12+6-jvmci-21.2-b08-linux-amd64.tar.gz"
18-
jvmci-dev-java11: "https://github.com/graalvm/labs-openjdk-11/releases/download/jvmci-21.3-b03/labsjdk-ce-11.0.12+5-jvmci-21.3-b03-linux-amd64.tar.gz"
17+
jvmci-stable-java11: "https://github.com/graalvm/labs-openjdk-11/releases/download/jvmci-21.3-b05/labsjdk-ce-11.0.13+7-jvmci-21.3-b05-linux-amd64.tar.gz"
18+
jvmci-dev-java11: "https://github.com/graalvm/labs-openjdk-11/releases/download/jvmci-21.3-b05/labsjdk-ce-11.0.13+7-jvmci-21.3-b05-linux-amd64.tar.gz"

0 commit comments

Comments
 (0)