Skip to content

Commit 9ff43a1

Browse files
authored
Update microsoft-installer.test.ts
1 parent 575d862 commit 9ff43a1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

__tests__/distributors/microsoft-installer.test.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,31 @@ describe('findPackageForDownload', () => {
2929
});
3030

3131
it.each([
32+
[
33+
'17.0.1',
34+
'17.0.1+12.1',
35+
'https://aka.ms/download-jdk/microsoft-jdk-17.0.1.12.1-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
36+
],
3237
[
3338
'17.x',
3439
'17.0.7',
3540
'https://aka.ms/download-jdk/microsoft-jdk-17.0.7-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
3641
],
42+
[
43+
'16.0.x',
44+
'16.0.2+7.1',
45+
'https://aka.ms/download-jdk/microsoft-jdk-16.0.2.7.1-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
46+
],
47+
[
48+
'11.0.13',
49+
'11.0.13+8.1',
50+
'https://aka.ms/download-jdk/microsoft-jdk-11.0.13.8.1-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
51+
],
52+
[
53+
'11.0.15',
54+
'11.0.15',
55+
'https://aka.ms/download-jdk/microsoft-jdk-11.0.15-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
56+
],
3757
[
3858
'11.x',
3959
'11.0.19',

0 commit comments

Comments
 (0)