Skip to content

Commit 06477cc

Browse files
committed
Check Oracle JDK 19
1 parent 2e75791 commit 06477cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static void main(String[] args) {
2929
static void checkAllOracleJDKs() {
3030
System.out.println();
3131
System.out.println("// oracle.com - latest");
32+
checkOracleJDK("19", "latest");
3233
checkOracleJDK("18", "latest");
3334
checkOracleJDK("17", "latest");
3435

0 commit comments

Comments
 (0)