mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56: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]
|
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||||
distribution: ['temurin', 'zulu', 'liberica']
|
distribution: ['temurin', 'zulu', 'liberica']
|
||||||
java-package: ['jre']
|
java-package: ['jre']
|
||||||
version: ['16.0']
|
version: ['17.0']
|
||||||
include:
|
include:
|
||||||
- distribution: 'zulu'
|
- distribution: 'zulu'
|
||||||
java-package: jre+fx
|
java-package: jre+fx
|
||||||
|
@ -163,10 +163,6 @@ jobs:
|
||||||
java-package: jre
|
java-package: jre
|
||||||
version: '8'
|
version: '8'
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
exclude:
|
|
||||||
# Eclipse Temurin currently doesn't publish JREs, only JDKs
|
|
||||||
- distribution: 'temurin'
|
|
||||||
java-package: 'jre'
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue