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


The following commit(s) were added to refs/heads/main by this push:
     new dac6813ea test with pekko 1.3 (#1291)
dac6813ea is described below

commit dac6813eaa40c517eafba4d79f7f0139b2bb600e
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Nov 23 11:24:02 2025 +0100

    test with pekko 1.3 (#1291)
    
    * test with pekko 1.3
    
    * Update nightly-builds.yaml
---
 .github/workflows/nightly-builds.yaml                             | 2 +-
 ...ightly-pekko-1.2-builds.yaml => nightly-pekko-1.3-builds.yaml} | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/nightly-builds.yaml 
b/.github/workflows/nightly-builds.yaml
index e121509cf..7aada8da8 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -31,7 +31,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        JDK: [ 17, 21 ]
+        JDK: [ 17, 21, 25 ]
     env:
       JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M 
-Dfile.encoding=UTF-8
 
diff --git a/.github/workflows/nightly-pekko-1.2-builds.yaml 
b/.github/workflows/nightly-pekko-1.3-builds.yaml
similarity index 90%
rename from .github/workflows/nightly-pekko-1.2-builds.yaml
rename to .github/workflows/nightly-pekko-1.3-builds.yaml
index 39b069e40..09998b02e 100644
--- a/.github/workflows/nightly-pekko-1.2-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.3-builds.yaml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: Nightly Pekko 1.2 Builds (on 1.2.x branch)
+name: Nightly Pekko 1.3 Builds (on 1.2.x branch)
 
 on:
   schedule:
@@ -26,7 +26,7 @@ permissions: {}
 
 concurrency:
   # Only run once for latest commit per ref and cancel other (previous) runs.
-  group: pekko-1.2-${{ github.ref }}
+  group: pekko-1.3-${{ github.ref }}
   cancel-in-progress: true
 
 jobs:
@@ -61,5 +61,5 @@ jobs:
       - name: Cache Coursier cache
         uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.7
 
-      - name: "compile, including  tests. Run locally with: sbt 
-Dpekko.build.pekko.version=1.2.x -Dpekko.build.pekko.http.version=1.3.x 
+Test/compile"
-        run: sbt -Dpekko.build.pekko.version=1.2.x 
-Dpekko.build.pekko.http.version=1.3.x +Test/compile
+      - name: "compile, including  tests. Run locally with: sbt 
-Dpekko.build.pekko.version=1.3.x -Dpekko.build.pekko.http.version=1.3.x 
+Test/compile"
+        run: sbt -Dpekko.build.pekko.version=1.3.x 
-Dpekko.build.pekko.http.version=1.3.x +Test/compile


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

Reply via email to