Skip to content

Commit 3c90836

Browse files
committed
Add Java 22 to testing matrix
1 parent b13c1d0 commit 3c90836

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ steps:
7373
- openjdk19
7474
- openjdk20
7575
- openjdk21
76+
- openjdk22
7677
GRADLE_TASK:
7778
- checkPart1
7879
- checkPart2
@@ -180,7 +181,7 @@ steps:
180181
image: family/elasticsearch-ubuntu-2004
181182
machineType: n2-standard-8
182183
buildDirectory: /dev/shm/bk
183-
if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
184+
if: build.branch == "main" || build.branch == "7.17"
184185
- label: Check branch consistency
185186
command: .ci/scripts/run-gradle.sh branchConsistency
186187
timeout_in_minutes: 15

.buildkite/pipelines/periodic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ steps:
11741174
- openjdk19
11751175
- openjdk20
11761176
- openjdk21
1177+
- openjdk22
11771178
GRADLE_TASK:
11781179
- checkPart1
11791180
- checkPart2

0 commit comments

Comments
 (0)