This is an automated email from the ASF dual-hosted git repository.

fanningpj 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 b972df6a2b create CI jobs to test and publish snapshots for 1.5.x 
(#2597)
b972df6a2b is described below

commit b972df6a2be05dc490bf87f1a71a7d1a7ae007bc
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Dec 18 10:09:41 2025 +0100

    create CI jobs to test and publish snapshots for 1.5.x (#2597)
    
    * create CI jobs to test and publish snapshots for 1.5.x
    
    * Update binary-compatibility-checks.yml
---
 .github/workflows/binary-compatibility-checks.yml       |  6 +-----
 .github/workflows/nightly-1.3-builds.yml                |  6 +++---
 .github/workflows/nightly-1.4-builds.yml                |  8 +++-----
 .../{nightly-1.4-builds.yml => nightly-1.5-builds.yml}  | 17 +++++++----------
 .github/workflows/publish-1.3-nightly.yml               |  4 +---
 .github/workflows/publish-1.4-nightly.yml               |  2 +-
 ...{publish-1.4-nightly.yml => publish-1.5-nightly.yml} |  8 ++++----
 7 files changed, 20 insertions(+), 31 deletions(-)

diff --git a/.github/workflows/binary-compatibility-checks.yml 
b/.github/workflows/binary-compatibility-checks.yml
index acb3e3e576..8f78cd6915 100644
--- a/.github/workflows/binary-compatibility-checks.yml
+++ b/.github/workflows/binary-compatibility-checks.yml
@@ -22,11 +22,7 @@ on:
   push:
     branches:
       - main
-      - 1.0.x
-      - 1.1.x
-      - 1.2.x
-      - 1.3.x
-      - 1.4.x
+      - 1.*
 
 permissions: {}
 
diff --git a/.github/workflows/nightly-1.3-builds.yml 
b/.github/workflows/nightly-1.3-builds.yml
index ceda49cd53..47706dd52e 100644
--- a/.github/workflows/nightly-1.3-builds.yml
+++ b/.github/workflows/nightly-1.3-builds.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -93,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -148,7 +148,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.4-builds.yml 
b/.github/workflows/nightly-1.4-builds.yml
index 2d5394e95d..b9ac833b1b 100644
--- a/.github/workflows/nightly-1.4-builds.yml
+++ b/.github/workflows/nightly-1.4-builds.yml
@@ -9,8 +9,6 @@
 name: Nightly Builds (1.4)
 
 on:
-  schedule:
-    - cron: "0 0 * * *"
   workflow_dispatch:
 
 permissions: {}
@@ -39,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -95,7 +93,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -150,7 +148,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/nightly-1.4-builds.yml 
b/.github/workflows/nightly-1.5-builds.yml
similarity index 95%
copy from .github/workflows/nightly-1.4-builds.yml
copy to .github/workflows/nightly-1.5-builds.yml
index 2d5394e95d..cf2c566baa 100644
--- a/.github/workflows/nightly-1.4-builds.yml
+++ b/.github/workflows/nightly-1.5-builds.yml
@@ -6,7 +6,7 @@
 # This file is part of the Apache Pekko project, which was derived from Akka.
 #
  
-name: Nightly Builds (1.4)
+name: Nightly Builds (1.5)
 
 on:
   schedule:
@@ -27,7 +27,7 @@ jobs:
           fetch-depth: 0
           fetch-tags: true
           persist-credentials: false
-          ref: 1.4.x
+          ref: 1.5.x
 
       - name: Setup Java 11
         uses: actions/setup-java@v5
@@ -39,7 +39,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -83,7 +83,7 @@ jobs:
           fetch-depth: 0
           fetch-tags: true
           persist-credentials: false
-          ref: 1.4.x
+          ref: 1.5.x
 
       - name: Setup Java 11
         uses: actions/setup-java@v5
@@ -95,7 +95,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
@@ -128,9 +128,6 @@ jobs:
         # full version from it.
         scalaVersion: ["2.12.x", "2.13.x", "3.3.x"]
         javaVersion: [8, 11, 17, 21, 25]
-        exclude:
-          - scalaVersion: "2.12.x"
-            javaVersion: 25
     steps:
       - name: Checkout
         uses: actions/[email protected]
@@ -138,7 +135,7 @@ jobs:
           fetch-depth: 0
           fetch-tags: true
           persist-credentials: false
-          ref: 1.4.x
+          ref: 1.5.x
 
       - name: Setup Java ${{ matrix.javaVersion }}
         uses: actions/setup-java@v5
@@ -150,7 +147,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Enable jvm-opts
         run: cp .jvmopts-ci .jvmopts
diff --git a/.github/workflows/publish-1.3-nightly.yml 
b/.github/workflows/publish-1.3-nightly.yml
index 3a1e017d7c..4b49ec88f3 100644
--- a/.github/workflows/publish-1.3-nightly.yml
+++ b/.github/workflows/publish-1.3-nightly.yml
@@ -21,8 +21,6 @@ name: Publish nightly 1.3 snapshots
 
 on:
   workflow_dispatch:
-  schedule:
-    - cron: "0 0 * * *"
 
 permissions:
   contents: read
@@ -53,7 +51,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.4-nightly.yml 
b/.github/workflows/publish-1.4-nightly.yml
index 3df84c1bcf..8a742e561c 100644
--- a/.github/workflows/publish-1.4-nightly.yml
+++ b/.github/workflows/publish-1.4-nightly.yml
@@ -53,7 +53,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install Graphviz
         run: |-
diff --git a/.github/workflows/publish-1.4-nightly.yml 
b/.github/workflows/publish-1.5-nightly.yml
similarity index 95%
copy from .github/workflows/publish-1.4-nightly.yml
copy to .github/workflows/publish-1.5-nightly.yml
index 3df84c1bcf..75fa0960a5 100644
--- a/.github/workflows/publish-1.4-nightly.yml
+++ b/.github/workflows/publish-1.5-nightly.yml
@@ -17,7 +17,7 @@
 
 # Based on Apache Arrow's java-nightly workflow
 # 
https://github.com/apache/arrow/blob/master/.github/workflows/java_nightly.yml
-name: Publish nightly 1.4 snapshots
+name: Publish nightly 1.5 snapshots
 
 on:
   workflow_dispatch:
@@ -29,7 +29,7 @@ permissions:
 
 jobs:
   publish-nightly:
-    name: Publish 1.4 nightly
+    name: Publish 1.5 nightly
     runs-on: ubuntu-22.04
     if: github.repository == 'apache/pekko'
     env:
@@ -41,7 +41,7 @@ jobs:
           fetch-depth: 0
           fetch-tags: true
           persist-credentials: false
-          ref: 1.4.x
+          ref: 1.5.x
 
       - name: Setup Java 11
         uses: actions/setup-java@v5
@@ -53,7 +53,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v6.4.8
+        uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # 
v7.0.0
 
       - name: Install Graphviz
         run: |-


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

Reply via email to