Browse Source

Add Java 24 to testing matrix

Mark Vieira 8 months ago
parent
commit
92d1d31eea
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .buildkite/pipelines/periodic.template.yml
  2. 1 0
      .buildkite/pipelines/periodic.yml

+ 1 - 0
.buildkite/pipelines/periodic.template.yml

@@ -86,6 +86,7 @@ steps:
             ES_RUNTIME_JAVA:
             ES_RUNTIME_JAVA:
               - openjdk21
               - openjdk21
               - openjdk23
               - openjdk23
+              - openjdk24
             GRADLE_TASK:
             GRADLE_TASK:
               - checkPart1
               - checkPart1
               - checkPart2
               - checkPart2

+ 1 - 0
.buildkite/pipelines/periodic.yml

@@ -505,6 +505,7 @@ steps:
             ES_RUNTIME_JAVA:
             ES_RUNTIME_JAVA:
               - openjdk21
               - openjdk21
               - openjdk23
               - openjdk23
+              - openjdk24
             GRADLE_TASK:
             GRADLE_TASK:
               - checkPart1
               - checkPart1
               - checkPart2
               - checkPart2