mirror of
https://github.com/actions/setup-java.git
synced 2025-11-06 09:20:53 +00:00
adds microsoft openjdk25 builds (#927)
* adds microsoft java 25 build adds microsoft java 25 build * tests and formatting * Add Microsoft distribution for version 25 on multiple OS
This commit is contained in:
parent
ead9eaa3cf
commit
de5a937a1d
4 changed files with 221 additions and 121 deletions
|
|
@ -29,6 +29,11 @@ describe('findPackageForDownload', () => {
|
|||
});
|
||||
|
||||
it.each([
|
||||
[
|
||||
'25.x',
|
||||
'25.0.0',
|
||||
'https://aka.ms/download-jdk/microsoft-jdk-25.0.0-{{OS_TYPE}}-x64.{{ARCHIVE_TYPE}}'
|
||||
],
|
||||
[
|
||||
'21.x',
|
||||
'21.0.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue