Skip to content

Commit

Permalink
[CI] Add JDK 22 for windows and "latest" for labsjdk
Browse files Browse the repository at this point in the history
Enables building GraalVM with latest labsJDK (currently 22)
  • Loading branch information
zakkak committed Oct 16, 2023
1 parent f5d06f2 commit 9467078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/base-windows-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ on:
- "20/ga"
- "21/ga"
- "21/ea"
- "22/ga"
- "22/ea"
- "latest/labsjdk"
builder-image:
type: string
description: 'The builder image to use instead of a release or building from source (e.g. quay.io/quarkus/ubi-quarkus-mandrel:20.3-java11)'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/base-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ on:
- "21/ea"
- "22/ga"
- "22/ea"
- "latest/labsjdk"
builder-image:
type: string
description: 'The builder image to use instead of a release or building from source (e.g. quay.io/quarkus/ubi-quarkus-mandrel:20.3-java11)'
Expand Down

0 comments on commit 9467078

Please sign in to comment.