mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Include temurin jre builds...
... temurin provides jre for LTS releases
This commit is contained in:
parent
73dba0a48e
commit
3490718c32
1 changed files with 1 additions and 5 deletions
6
.github/workflows/e2e-versions.yml
vendored
6
.github/workflows/e2e-versions.yml
vendored
|
@ -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
|
||||
|
@ -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@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue