Skip to content

Commit 1c323f9

Browse files
committed
Support Java 22 in its "soon-archived" state
1 parent d24d799 commit 1c323f9

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
@@ -43,7 +43,7 @@ class ListOpenJavaDevelopmentKits {
4343
static final String GA = System.getProperty("GA", "23");
4444

4545
/** Current Soon-Archived release number. */
46-
static final String SA = System.getProperty("SA");
46+
static final String SA = System.getProperty("SA", "22");
4747

4848
/** Early-Access Releases, as comma separated names. */
4949
static final String EA = System.getProperty("EA", "24,jextract,leyden,loom,valhalla");

0 commit comments

Comments
 (0)