+build Add Jdk 21 to nightly build.
This commit is contained in:
parent
9288d4c6f1
commit
94ade5d2ea
1 changed files with 6 additions and 6 deletions
12
.github/workflows/nightly-builds-latest-jdks.yml
vendored
12
.github/workflows/nightly-builds-latest-jdks.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Nightly Builds (JDK 20)
|
||||
name: Nightly Builds (JDK 21)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
@ -17,11 +17,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Setup Java 20
|
||||
- name: Setup Java 21
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 20
|
||||
java-version: 21
|
||||
|
||||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.4.0
|
||||
|
|
@ -75,11 +75,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
|
||||
- name: Setup Java 20
|
||||
- name: Setup Java 21
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 20
|
||||
java-version: 21
|
||||
|
||||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.4.0
|
||||
|
|
@ -111,7 +111,7 @@ jobs:
|
|||
# binary version is required and Pekko build will set the right
|
||||
# full version from it.
|
||||
scalaVersion: ["2.12", "2.13"]
|
||||
javaVersion: [20]
|
||||
javaVersion: [21]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue