From 06591340d2433b0f6dadeb14a125b439b1248e8c Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Fri, 7 Dec 2018 16:24:56 -0500 Subject: [PATCH] Try running CI against Zulu 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