Skip to content

Commit 9cdc4c1

Browse files
authored
Add JDK 22 to list of runtime JDKs (#84)
1 parent 9ea8b51 commit 9cdc4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cars/v1/vanilla/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ docker_image=docker.elastic.co/elasticsearch/elasticsearch
2020
# major version of the JDK that is used to build Elasticsearch
2121
build.jdk = 17
2222
# list of JDK major versions that are used to run Elasticsearch
23-
runtime.jdk = 21,20,19,18,17,16,15,14,13,12,11
23+
runtime.jdk = 22,21,20,19,18,17,16,15,14,13,12,11
2424
runtime.jdk.bundled = true

0 commit comments

Comments
 (0)