Skip to content

Commit 3232623

Browse files
jduboisIvan Zosimov
and
Ivan Zosimov
authored
Oracle JDK 21 support (#538)
* Allow Oracle JDK 21 usage * Fix tests * Add Java 21 support in the documentation --------- Co-authored-by: Ivan Zosimov <[email protected]>
1 parent c0660d8 commit 3232623

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

__tests__/distributors/oracle-installer.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ describe('findPackageForDownload', () => {
2222
});
2323

2424
it.each([
25+
[
26+
'21',
27+
'21',
28+
'https://download.oracle.com/java/21/latest/jdk-21_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
29+
],
2530
[
2631
'20',
2732
'20',

0 commit comments

Comments
 (0)