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 9560d2b132 test pekko 1.3 with java 25 (#2507)
9560d2b132 is described below

commit 9560d2b13234cb30985aaa7d313d4c18c5dd3354
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 15 20:35:58 2025 +0100

    test pekko 1.3 with java 25 (#2507)
---
 .github/workflows/nightly-1.3-builds.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-1.3-builds.yml 
b/.github/workflows/nightly-1.3-builds.yml
index 5ebb40ac12..99368c0603 100644
--- a/.github/workflows/nightly-1.3-builds.yml
+++ b/.github/workflows/nightly-1.3-builds.yml
@@ -127,7 +127,10 @@ jobs:
         # binary version is required and Pekko build will set the right
         # full version from it.
         scalaVersion: ["2.12.x", "2.13.x", "3.3.x"]
-        javaVersion: [8, 11, 17, 21]
+        javaVersion: [8, 11, 17, 21, 25]
+        exclude:
+          - scalaVersion: "2.12.x"
+            javaVersion: 25
     steps:
       - name: Checkout
         uses: actions/checkout@v5


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

Reply via email to