Skip to content

Commit 710fb5d

Browse files
authored
Include JDK 20 in list of EA builds
Closes #28
1 parent 6406d68 commit 710fb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ListOpenJavaDevelopmentKits.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ListOpenJavaDevelopmentKits {
4545
static final String SA = System.getProperty("SA", "17");
4646

4747
/** Early-Access Releases, as comma separated names. */
48-
static final String EA = System.getProperty("EA", "19,loom,metropolis,panama,valhalla");
48+
static final String EA = System.getProperty("EA", "20,19,loom,metropolis,panama,valhalla");
4949

5050
/** Include archived releases flag. */
5151
static final boolean ARCHIVES = Boolean.getBoolean("ARCHIVES");

0 commit comments

Comments
 (0)