mirror of
https://github.com/actions/setup-java.git
synced 2025-11-09 02:34:11 +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
9
.github/workflows/e2e-versions.yml
vendored
9
.github/workflows/e2e-versions.yml
vendored
|
|
@ -41,6 +41,15 @@ jobs:
|
|||
- distribution: dragonwell
|
||||
os: macos-13
|
||||
include:
|
||||
- distribution: microsoft
|
||||
os: windows-latest
|
||||
version: 25
|
||||
- distribution: microsoft
|
||||
os: ubuntu-latest
|
||||
version: 25
|
||||
- distribution: microsoft
|
||||
os: macos-latest
|
||||
version: 25
|
||||
- distribution: oracle
|
||||
os: macos-13
|
||||
version: 17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue