mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
7841fa4814
We now have coretto on the ephemeral CI images so we can add it to our regular java test matrix. On backporting will also add corretto8 to branches that support it.
19 lines
451 B
YAML
19 lines
451 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
|
|
- java12
|
|
- openjdk12
|
|
- zulu8
|
|
- zulu11
|
|
- zulu12
|
|
- corretto11
|
|
- corretto8
|