Skip to content

Commit 68dfd34

Browse files
committed
[CI] Clean up OpenJDK versions
1 parent b6dc8b7 commit 68dfd34

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

.github/workflows/base-windows-wrapper.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,14 @@ on:
4545
jdk:
4646
type: choice
4747
description: 'OpenJDK to use. One of <feature-version>/ga, <feature-version>/ea, e.g. 17/ga or 17/ea (/ga and /ea suffixes are only relevant when building from source)'
48-
default: "17/ga"
48+
default: "21/ga"
4949
options:
50-
- "11/ga"
51-
- "11/ea"
52-
- "17/ga"
53-
- "17/ea"
54-
- "20/ga"
5550
- "21/ga"
5651
- "21/ea"
57-
- "22/ga"
58-
- "22/ea"
59-
- "23/ga"
60-
- "23/ea"
61-
- "24/ga"
62-
- "24/ea"
6352
- "25/ga"
6453
- "25/ea"
54+
- "26/ga"
55+
- "26/ea"
6556
- "latest/labsjdk"
6657
builder-image:
6758
type: string

.github/workflows/base-wrapper.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,14 @@ on:
4747
jdk:
4848
type: choice
4949
description: 'OpenJDK to use. One of <feature-version>/ga, <feature-version>/ea, e.g. 17/ga or 17/ea (/ga and /ea suffixes are only relevant when building from source)'
50-
default: "17/ga"
50+
default: "21/ga"
5151
options:
52-
- "11/ga"
53-
- "11/ea"
54-
- "17/ga"
55-
- "17/ea"
56-
- "20/ga"
5752
- "21/ga"
5853
- "21/ea"
59-
- "22/ga"
60-
- "22/ea"
61-
- "23/ga"
62-
- "23/ea"
63-
- "24/ga"
64-
- "24/ea"
6554
- "25/ga"
6655
- "25/ea"
56+
- "26/ga"
57+
- "26/ea"
6758
- "latest/labsjdk"
6859
builder-image:
6960
type: string

0 commit comments

Comments
 (0)