mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 04:15:02 +00:00
This commit adds Zulu to the CI rotation. This commit only means that we are going to try running CI against Zulu, it does not carry any implications of support in the past, now, or in the future.
14 lines
386 B
YAML
14 lines
386 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
|
|
- java8fips
|
|
- java11
|
|
- zulu8
|
|
- zulu11
|