logstash/.ci/matrix-runtime-javas.yml
Andrea Selva 1c80c86cdd
Update JDK matrix to include JDK17: OpenJDK, AdoptiumJDK and Zulu (#13307) (#13330)
Clean backport of #13307 to branch 7.x
(cherry picked from commit 949b4a0cef)
2021-10-18 16:37:46 +02:00

14 lines
344 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 Logstash can be tested against.
LS_RUNTIME_JAVA:
- java8
- openjdk11
- openjdk17
- adoptopenjdk11
- adoptiumjdk17
- zulu11
- zulu17