mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Add corretto jre e2e test
This commit is contained in:
parent
5de031c184
commit
73dba0a48e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/e2e-versions.yml
vendored
4
.github/workflows/e2e-versions.yml
vendored
|
@ -159,6 +159,10 @@ jobs:
|
||||||
java-package: jre+fx
|
java-package: jre+fx
|
||||||
version: '11'
|
version: '11'
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
- distribution: 'corretto'
|
||||||
|
java-package: jre
|
||||||
|
version: '8'
|
||||||
|
os: windows-latest
|
||||||
exclude:
|
exclude:
|
||||||
# Eclipse Temurin currently doesn't publish JREs, only JDKs
|
# Eclipse Temurin currently doesn't publish JREs, only JDKs
|
||||||
- distribution: 'temurin'
|
- distribution: 'temurin'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue