OpenSearch/.ci/matrix-runtime-javas.yml
Mark Vieira 3972cbeba9
Remove Java 13 from runtime testing matrix
With Java 14 soon to be GA 13 will be EOL so there's no need to continue
testing on it.

Signed-off-by: Mark Vieira <portugee@gmail.com>
2020-03-12 10:11:10 -07:00

19 lines
466 B
YAML

# This file is used as part of a matrix build in Jenkins where the
# values below are included as an axis of the matrix.
# This axis of the build matrix represents the versions of Java on
# which Elasticsearch will be tested. Valid Java versions are 'java'
# or 'openjdk' followed by the major release number.
ES_RUNTIME_JAVA:
- java8
- java11
- openjdk14
- openjdk15
- zulu8
- zulu11
- corretto11
- corretto8
- adoptopenjdk11
- adoptopenjdk8