Skip to content

Commit

Permalink
Include temurin jre builds...
Browse files Browse the repository at this point in the history
... temurin provides jre for LTS releases
  • Loading branch information
WtfJoke committed Apr 4, 2022
1 parent a3bd520 commit 94bc4de
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/e2e-versions.yml
Expand Up @@ -141,7 +141,7 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
distribution: ['temurin', 'zulu', 'liberica']
java-package: ['jre']
version: ['16.0']
version: ['17.0']
include:
- distribution: 'zulu'
java-package: jre+fx
Expand All @@ -163,10 +163,6 @@ jobs:
java-package: jre
version: '8'
os: windows-latest
exclude:
# Eclipse Temurin currently doesn't publish JREs, only JDKs
- distribution: 'temurin'
java-package: 'jre'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 94bc4de

Please sign in to comment.