This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit ac61382dc5e7777c378247f188f3a73bb8f27aa2 Author: PJ Fanning <[email protected]> AuthorDate: Fri Mar 6 13:18:01 2026 +0100 Change Java setup from version 17 to 11 --- .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]
