From 6ee8ea6020104cf8e977798e27f9ec61bdb4edc5 Mon Sep 17 00:00:00 2001 From: sophia-guo Date: Fri, 10 Mar 2023 10:02:38 -0500 Subject: [PATCH] Add jdk20 (#4413) Signed-off-by: Sophia Guo --- testenv/testenv.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testenv/testenv.properties b/testenv/testenv.properties index 2e459444e0..29bbc669e4 100644 --- a/testenv/testenv.properties +++ b/testenv/testenv.properties @@ -16,6 +16,8 @@ JDK17_REPO=https://github.com/adoptium/jdk17u.git JDK17_BRANCH=jdk-17.0.6+10 JDK19_REPO=https://github.com/adoptium/jdk19u.git JDK19_BRANCH=jdk-19.0.2+7 +JDK20_REPO=https://github.com/adoptium/jdk20.git +JDK20_BRANCH=jdk-20+35 JDK8_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk8.git JDK8_OPENJ9_BRANCH=v0.36.0-release JDK11_OPENJ9_REPO=https://github.com/ibmruntimes/openj9-openjdk-jdk11.git