This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 27267bc7ec Update workflow to use Pekko 1.7.x (#3454)
27267bc7ec is described below
commit 27267bc7ecd99012a7a8a8f5225ba4ff999b219e
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 21 13:49:21 2026 +0100
Update workflow to use Pekko 1.7.x (#3454)
---
.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]