mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +00:00
check failures fix
This commit is contained in:
parent
24a47ec582
commit
8286b98650
1 changed files with 15 additions and 3 deletions
18
.github/workflows/e2e-versions.yml
vendored
18
.github/workflows/e2e-versions.yml
vendored
|
@ -30,10 +30,9 @@ jobs:
|
||||||
'liberica',
|
'liberica',
|
||||||
'microsoft',
|
'microsoft',
|
||||||
'semeru',
|
'semeru',
|
||||||
'corretto',
|
'corretto'
|
||||||
'dragonwell'
|
|
||||||
] # internally 'adopt-hotspot' is the same as 'adopt'
|
] # internally 'adopt-hotspot' is the same as 'adopt'
|
||||||
version: ['21', '11', '17']
|
version: ['8', '11', '17']
|
||||||
exclude:
|
exclude:
|
||||||
- distribution: microsoft
|
- distribution: microsoft
|
||||||
version: 8
|
version: 8
|
||||||
|
@ -49,6 +48,19 @@ jobs:
|
||||||
- distribution: oracle
|
- distribution: oracle
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
version: 20
|
version: 20
|
||||||
|
- distribution: dragonwell
|
||||||
|
os: ubuntu-latest
|
||||||
|
version: 11.0.26
|
||||||
|
- distribution: dragonwell
|
||||||
|
os: windows-latest
|
||||||
|
version: 11.0.26
|
||||||
|
- distribution: dragonwell
|
||||||
|
os: ubuntu-latest
|
||||||
|
version: 17.0.14
|
||||||
|
- distribution: dragonwell
|
||||||
|
os: windows-latest
|
||||||
|
version: 17.0.14
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue