Skip to content

Commit

Permalink
Reintroduce Java 22 testing to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Apr 23, 2024
1 parent 193676c commit 1c4e0b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipelines/periodic.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ steps:
- graalvm-ce17
- openjdk17
- openjdk21
- openjdk22
GRADLE_TASK:
- checkPart1
- checkPart2
Expand All @@ -109,6 +110,7 @@ steps:
- graalvm-ce17
- openjdk17
- openjdk21
- openjdk22
BWC_VERSION: $BWC_LIST
agents:
provider: gcp
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ steps:
- graalvm-ce17
- openjdk17
- openjdk21
- openjdk22
GRADLE_TASK:
- checkPart1
- checkPart2
Expand All @@ -450,6 +451,7 @@ steps:
- graalvm-ce17
- openjdk17
- openjdk21
- openjdk22
BWC_VERSION: ["7.17.21", "8.13.3", "8.14.0", "8.15.0"]
agents:
provider: gcp
Expand Down

0 comments on commit 1c4e0b2

Please sign in to comment.