Skip to content

Commit 088a9ed

Browse files
committed
Version updated for Oracle JDK
1 parent 8d9836d commit 088a9ed

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

__tests__/distributors/oracle-installer.test.ts

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ describe('findPackageForDownload', () => {
2121

2222
it.each([
2323
[
24-
'19',
25-
'19',
26-
'https://download.oracle.com/java/19/latest/jdk-19_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
24+
'20',
25+
'20',
26+
'https://download.oracle.com/java/20/latest/jdk-20_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
2727
],
2828
[
29-
'19.0.1',
30-
'19.0.1',
31-
'https://download.oracle.com/java/19/archive/jdk-19.0.1_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
32-
],
33-
[
34-
'18.0.2.1',
35-
'18.0.2.1',
36-
'https://download.oracle.com/java/18/archive/jdk-18.0.2.1_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
29+
'20.0.1',
30+
'20.0.1',
31+
'https://download.oracle.com/java/20/archive/jdk-20.0.1_{{OS_TYPE}}-x64_bin.{{ARCHIVE_TYPE}}'
3732
],
3833
[
3934
'17',

0 commit comments

Comments
 (0)