Skip to content

Commit 3805633

Browse files
committed
Add JDK11 to CI
1 parent f1ebaf7 commit 3805633

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/java-versions.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# build and test Elasticsearch for this branch. Valid Java versions
55
# are 'java' or 'openjdk' followed by the major release number.
66

7-
ES_BUILD_JAVA=java10
8-
ES_RUNTIME_JAVA=java8
7+
ES_BUILD_JAVA=java11
8+
ES_RUNTIME_JAVA=java11

.ci/matrix-build-javas.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77

88
ES_BUILD_JAVA:
99
- java10
10+
- java11

.ci/matrix-runtime-javas.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
ES_RUNTIME_JAVA:
99
- java8
1010
- java10
11+
- java11

0 commit comments

Comments
 (0)