Skip to content

Commit b6f59ff

Browse files
authored
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.
1 parent 59da7c3 commit b6f59ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/matrix-build-javas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77

88
ES_BUILD_JAVA:
99
- java11
10+
- openjdk12

.ci/matrix-runtime-javas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ ES_RUNTIME_JAVA:
99
- java8
1010
- java8fips
1111
- java11
12+
- openjdk12
1213
- zulu8
1314
- zulu11

0 commit comments

Comments
 (0)