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-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 1b3e197c CI jobs for 1.3.x (#853)
1b3e197c is described below

commit 1b3e197cd1633dbe499237ed9d95797579eb738a
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 21 10:11:50 2026 +0100

    CI jobs for 1.3.x (#853)
---
 .github/workflows/nightly-snapshot-dependency-test.yml         |  2 +-
 .github/workflows/publish-1.2-snapshots.yml                    |  6 ++----
 .../{publish-1.2-snapshots.yml => publish-1.3-snapshots.yml}   | 10 +++++-----
 3 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/nightly-snapshot-dependency-test.yml 
b/.github/workflows/nightly-snapshot-dependency-test.yml
index f287f8a9..e7d468d6 100644
--- a/.github/workflows/nightly-snapshot-dependency-test.yml
+++ b/.github/workflows/nightly-snapshot-dependency-test.yml
@@ -24,7 +24,7 @@ jobs:
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
-          ref: 1.2.x
+          ref: 1.3.x
           
       - name: Setup Java 8
         uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # 
v5.7.0
diff --git a/.github/workflows/publish-1.2-snapshots.yml 
b/.github/workflows/publish-1.2-snapshots.yml
index f9e14c95..d05c810d 100644
--- a/.github/workflows/publish-1.2-snapshots.yml
+++ b/.github/workflows/publish-1.2-snapshots.yml
@@ -9,8 +9,6 @@
 name: Publish 1.2 Snapshots
 
 on:
-  schedule:
-    - cron: "0 4 * * 0"
   workflow_dispatch:
 
 jobs:
@@ -39,8 +37,8 @@ jobs:
         run: |-
           cp .jvmopts-ci .jvmopts
           sbt +publish
-          sbt ++2.13.16! codegen/publish
-          sbt ++3.3.6! codegen/publish
+          sbt ++2.13.18! codegen/publish
+          sbt ++3.3.7! codegen/publish
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}
diff --git a/.github/workflows/publish-1.2-snapshots.yml 
b/.github/workflows/publish-1.3-snapshots.yml
similarity index 90%
copy from .github/workflows/publish-1.2-snapshots.yml
copy to .github/workflows/publish-1.3-snapshots.yml
index f9e14c95..e65d43c7 100644
--- a/.github/workflows/publish-1.2-snapshots.yml
+++ b/.github/workflows/publish-1.3-snapshots.yml
@@ -6,11 +6,11 @@
 # This file is part of the Apache Pekko project, which was derived from Akka.
 #
 
-name: Publish 1.2 Snapshots
+name: Publish 1.3 Snapshots
 
 on:
   schedule:
-    - cron: "0 4 * * 0"
+    - cron: "0 4 * * *"
   workflow_dispatch:
 
 jobs:
@@ -24,7 +24,7 @@ jobs:
         with:
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
-          ref: 1.2.x
+          ref: 1.3.x
           
       - name: Setup Java 8
         uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # 
v5.7.0
@@ -39,8 +39,8 @@ jobs:
         run: |-
           cp .jvmopts-ci .jvmopts
           sbt +publish
-          sbt ++2.13.16! codegen/publish
-          sbt ++3.3.6! codegen/publish
+          sbt ++2.13.18! codegen/publish
+          sbt ++3.3.7! codegen/publish
         env:
           NEXUS_USER: ${{ secrets.NEXUS_USER }}
           NEXUS_PW: ${{ secrets.NEXUS_PW }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to