Add corretto jre e2e test

This commit is contained in:
Manuel 2022-04-04 18:03:06 +02:00
parent 5de031c184
commit 73dba0a48e

View file

@ -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'