mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
IBM Semeru (OpenJ9) Support (#289)
This commit is contained in:
parent
669e0727d8
commit
5ffc13f417
10 changed files with 7937 additions and 5048 deletions
3
.github/workflows/e2e-versions.yml
vendored
3
.github/workflows/e2e-versions.yml
vendored
|
@ -28,6 +28,7 @@ jobs:
|
|||
'zulu',
|
||||
'liberica',
|
||||
'microsoft',
|
||||
'semeru',
|
||||
'corretto'
|
||||
] # internally 'adopt-hotspot' is the same as 'adopt'
|
||||
version: ['8', '11', '16']
|
||||
|
@ -199,7 +200,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
distribution: ['temurin', 'zulu', 'liberica']
|
||||
distribution: ['temurin', 'zulu', 'liberica', 'semeru']
|
||||
java-package: ['jre']
|
||||
version: ['17.0']
|
||||
include:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue