This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
commit f9dae210a752777cca8c45cfaa7c4a24a9d0d2e2 Author: PJ Fanning <[email protected]> AuthorDate: Mon Jun 22 15:30:02 2026 +0100 Change Java setup from version 17 to 8 (1.x releases) --- .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]
