mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
support for microsoft openjdk 21.0.0
This commit is contained in:
parent
0ab4596768
commit
87531651ce
2 changed files with 517 additions and 475 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue