Add JDK 12 to CI rotation (#36915)

Now that JDK 12 has entered rampdown phase one, it is time for us to add
JDK 12 to the CI rotation. This commit adds matrix parameters such that
we try to build with JDK 12, and we test running on JDK 12.
This commit is contained in:
Jason Tedor 2018-12-20 20:47:56 -05:00 committed by GitHub
parent 59da7c3cc4
commit b6f59ffd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@
ES_BUILD_JAVA: ES_BUILD_JAVA:
- java11 - java11
- openjdk12

View File

@ -9,5 +9,6 @@ ES_RUNTIME_JAVA:
- java8 - java8
- java8fips - java8fips
- java11 - java11
- openjdk12
- zulu8 - zulu8
- zulu11 - zulu11