forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bd659c
commit f25f0bb
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# This file is used as part of a matrix build in Jenkins where the | ||
# values below are included as an axis of the matrix. | ||
|
||
ES_RUNTIME_JAVA: | ||
- openjdk17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 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: | ||
- graalvm-ce17 | ||
- openjdk17 | ||
- openjdk18 | ||
- openjdk19 | ||
- openjdk20 | ||
- openjdk21 |