Skip to content

Commit

Permalink
+build Add Jdk 21 to nightly build.
Browse files Browse the repository at this point in the history
(cherry picked from commit 94ade5d)
  • Loading branch information
He-Pin authored and mdedetrich committed Oct 22, 2023
1 parent a4461be commit f1f6285
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly-builds-latest-jdks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Builds (JDK 20)
name: Nightly Builds (JDK 21)

on:
workflow_dispatch:
Expand All @@ -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/[email protected]
Expand Down Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f1f6285

Please sign in to comment.