support for microsoft openjdk 21.0.0

This commit is contained in:
Ralf Stuckert 2023-10-06 09:46:58 +02:00
parent 0ab4596768
commit 87531651ce
2 changed files with 517 additions and 475 deletions

View file

@ -29,6 +29,11 @@ describe('findPackageForDownload', () => {
});
it.each([
[
'21.x',
'21.0.0',
'https://aka.ms/download-jdk/microsoft-jdk-21.0.0-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
],
[
'17.0.1',
'17.0.1+12.1',