This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
The following commit(s) were added to refs/heads/1.3.x by this push:
new 00995a30 Change Java setup from version 17 to 8 (1.x releases) (#543)
00995a30 is described below
commit 00995a3055f7ae905495ccf6c3f1e79994f0f658
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 22 16:10:25 2026 +0100
Change Java setup from version 17 to 8 (1.x releases) (#543)
---
.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 e5db08f6..e8f2d325 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -205,11 +205,11 @@ jobs:
fetch-tags: true
persist-credentials: false
- - name: Setup Java 17
+ - name: Setup Java 8
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #
v5.2.0
with:
distribution: temurin
- java-version: 17
+ java-version: 8
- name: Install sbt
uses: sbt/setup-sbt@af116cce31c00823d3903ce687f9cda3a4f19f1b # v1.2.1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]