This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.5.x by this push:
new 9b8d59654d Change Java setup from version 17 to 11 (#2715)
9b8d59654d is described below
commit 9b8d59654dc3b822aaaff322653c6a8eadd17bb9
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 6 14:31:53 2026 +0100
Change Java setup from version 17 to 11 (#2715)
---
.github/workflows/stage-release-candidate.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/stage-release-candidate.yml
b/.github/workflows/stage-release-candidate.yml
index 1b94ee4c39..c03162c3fb 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -204,11 +204,11 @@ jobs:
fetch-tags: true
persist-credentials: false
- - name: Setup Java 17
+ - name: Setup Java 11
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 #
v4.8.0
with:
distribution: temurin
- java-version: 17
+ java-version: 11
- name: Install sbt
uses: sbt/setup-sbt@1cad58d595b729a71ca2254cdf5b43dd6f42d4bb # v1.1.18
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]