Skip to content

Commit

Permalink
Oracle JDK 21 support (#538)
Browse files Browse the repository at this point in the history
* Allow Oracle JDK 21 usage

* Fix tests

* Add Java 21 support in the documentation

---------

Co-authored-by: Ivan Zosimov <ivanzosimov@github.com>
  • Loading branch information
jdubois and Ivan Zosimov committed Dec 14, 2023
1 parent c0660d8 commit 3232623
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions __tests__/distributors/oracle-installer.test.ts
Expand Up @@ -22,6 +22,11 @@ describe('findPackageForDownload', () => {
});

it.each([
[
'21',
'21',
'https://download.oracle.com/java/21/latest/jdk-21_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
],
[
'20',
'20',
Expand Down

0 comments on commit 3232623

Please sign in to comment.