Revision bf23f765ee9191690a8dba16645cf81f26f235f6 authored by David Turner on 17 May 2021, 10:30:19 UTC, committed by David Turner on 17 May 2021, 10:30:19 UTC
1 parent b2956b3
Raw File
matrix-runtime-javas.yml
# 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:
  - java11
  - openjdk16
  - zulu11
  - corretto11
  - adoptopenjdk11
  - openjdk17
back to top