mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 01:16:46 +00:00
check failure fix
This commit is contained in:
parent
8286b98650
commit
72c9ce2c84
1 changed files with 3 additions and 15 deletions
18
.github/workflows/e2e-versions.yml
vendored
18
.github/workflows/e2e-versions.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-13, windows-latest, ubuntu-latest]
|
os: [macos-13, windows-2022, ubuntu-22.04]
|
||||||
distribution: [
|
distribution: [
|
||||||
'temurin',
|
'temurin',
|
||||||
'adopt',
|
'adopt',
|
||||||
|
@ -30,7 +30,8 @@ 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: ['8', '11', '17']
|
version: ['8', '11', '17']
|
||||||
exclude:
|
exclude:
|
||||||
|
@ -48,19 +49,6 @@ 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