Skip to content

Commit

Permalink
Enable FIPS JVM in CI (#32330)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jkakavas authored Jul 25, 2018
1 parent 33e3822 commit d0fd236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/matrix-runtime-javas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

ES_RUNTIME_JAVA:
- java8
- java8fips
- java10
- java11

0 comments on commit d0fd236

Please sign in to comment.