From c556b9ef191d660c6b4e820cdc427481eecd3eb4 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Tue, 11 Dec 2018 10:48:14 -0500 Subject: [PATCH] Try running CI against Zulu (#36391) This commit adds Zulu to the CI rotation. This commit only means that we are going to try running CI against Zulu, it does not carry any implications of support in the past, now, or in the future. --- .ci/matrix-runtime-javas.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/matrix-runtime-javas.yml b/.ci/matrix-runtime-javas.yml index 8025ac237db..cb7757aba60 100644 --- a/.ci/matrix-runtime-javas.yml +++ b/.ci/matrix-runtime-javas.yml @@ -9,3 +9,5 @@ ES_RUNTIME_JAVA: - java8 - java8fips - java11 + - zulu8 + - zulu11