This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new f1f6285bb7 +build Add Jdk 21 to nightly build.
f1f6285bb7 is described below
commit f1f6285bb73c4d989ef707dc12a5aaaf622d9d1f
Author: He-Pin <[email protected]>
AuthorDate: Wed Sep 20 10:58:15 2023 +0800
+build Add Jdk 21 to nightly build.
(cherry picked from commit 94ade5d2eadf3ec680fe84a89d643242a33ff89f)
---
.github/workflows/nightly-builds-latest-jdks.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/nightly-builds-latest-jdks.yml
b/.github/workflows/nightly-builds-latest-jdks.yml
index c1d297d8c4..66fed05371 100644
--- a/.github/workflows/nightly-builds-latest-jdks.yml
+++ b/.github/workflows/nightly-builds-latest-jdks.yml
@@ -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/[email protected]
@@ -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]
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]