Skip to content

Commit

Permalink
Include JDK 23 in default EA list
Browse files Browse the repository at this point in the history
Closes #67
  • Loading branch information
sormuras authored Dec 8, 2023
1 parent fb96f03 commit 74ac9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListOpenJavaDevelopmentKits.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ListOpenJavaDevelopmentKits {
static final String SA = System.getProperty("SA", "20");

/** Early-Access Releases, as comma separated names. */
static final String EA = System.getProperty("EA", "22,jextract,valhalla");
static final String EA = System.getProperty("EA", "23,22,jextract,valhalla");

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

0 comments on commit 74ac9e2

Please sign in to comment.