From d0fd23669add7e72e0f344337dc66f6c1c43a2f1 Mon Sep 17 00:00:00 2001 From: Ioannis Kakavas Date: Wed, 25 Jul 2018 08:48:19 +0300 Subject: [PATCH] Enable FIPS JVM in CI (#32330) Now that #31666 and #31989 are merged we can run our tests in fips JVM. This commits enables us to run tests on a Java 8 JVM using BouncyCastleFIPS as a security Provider. --- .ci/matrix-runtime-javas.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/matrix-runtime-javas.yml b/.ci/matrix-runtime-javas.yml index 737e15ada208a..ca7db3b551365 100644 --- a/.ci/matrix-runtime-javas.yml +++ b/.ci/matrix-runtime-javas.yml @@ -7,5 +7,6 @@ ES_RUNTIME_JAVA: - java8 + - java8fips - java10 - java11