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.
This commit is contained in:
Ioannis Kakavas 2018-07-25 08:48:19 +03:00 committed by GitHub
parent 33e3822c5d
commit d0fd23669a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@
ES_RUNTIME_JAVA:
- java8
- java8fips
- java10
- java11