mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Semeru Support
This commit is contained in:
parent
a12e082d83
commit
8ea4ffb40e
10 changed files with 3814 additions and 2081 deletions
8
.github/workflows/e2e-versions.yml
vendored
8
.github/workflows/e2e-versions.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
distribution: ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft' ] # internally 'adopt-hotspot' is the same as 'adopt'
|
||||
version: ['8', '11', '16']
|
||||
os: [ubuntu-latest]
|
||||
distribution: ['semeru'] # internally 'adopt-hotspot' is the same as 'adopt'
|
||||
version: ['8', '11', '16', '17']
|
||||
exclude:
|
||||
- distribution: microsoft
|
||||
version: 8
|
||||
|
@ -203,4 +203,4 @@ jobs:
|
|||
run: bash __tests__/verify-java.sh "${{ matrix.version }}" "${{ steps.setup-java.outputs.path }}"
|
||||
shell: bash
|
||||
|
||||
# Only Microsoft provides AArch64. However, GitHub-hosted runners do not support this architecture.
|
||||
# Only Microsoft provides AArch64. However, GitHub-hosted runners do not support this architecture.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue