5
0
mirror of https://gitea.com/actions/setup-java.git synced 2025-11-06 07:47:06 +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:
the-mod
2025-10-27 22:17:49 +02:00
committed by GitHub
parent ead9eaa3cf
commit de5a937a1d
4 changed files with 221 additions and 121 deletions

View File

@@ -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',