This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit c57e84651f2e4c73c8a1fa87b1879f8663b3e6b9 Author: PJ Fanning <[email protected]> AuthorDate: Thu Aug 20 12:40:13 2026 +0100 Update workflow to use Java 1.7.x --- .github/workflows/nightly-1.7-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-1.7-builds.yml b/.github/workflows/nightly-1.7-builds.yml index 7025ceacfa..a93fe8abf3 100644 --- a/.github/workflows/nightly-1.7-builds.yml +++ b/.github/workflows/nightly-1.7-builds.yml @@ -83,7 +83,7 @@ jobs: fetch-depth: 0 fetch-tags: true persist-credentials: false - ref: 1.6.x + ref: 1.7.x - name: Setup Java 11 uses: actions/setup-java@v5 @@ -135,7 +135,7 @@ jobs: fetch-depth: 0 fetch-tags: true persist-credentials: false - ref: 1.6.x + ref: 1.7.x - name: Setup Java ${{ matrix.javaVersion }} uses: actions/setup-java@v5 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
