From 8a866fea1aa6a48f637a8af115acd48ad234335b 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 8025ac237db99..cb7757aba6079 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