This is an automated email from the ASF dual-hosted git repository.
engelen 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 564b220239 some nightly tests with Java 25 (#1887)
564b220239 is described below
commit 564b2202391ab081a25b2c91a853b322a5efbc4c
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 15 12:50:28 2025 +0100
some nightly tests with Java 25 (#1887)
* test with java 25
25-ea
* try java 25
* try to setup for merge
* Update nightly-builds-aeron.yml
---
.github/workflows/nightly-builds.yml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/nightly-builds.yml
b/.github/workflows/nightly-builds.yml
index 0b2f08c972..92d5aee166 100644
--- a/.github/workflows/nightly-builds.yml
+++ b/.github/workflows/nightly-builds.yml
@@ -117,7 +117,7 @@ jobs:
# binary version is required and Pekko build will set the right
# full version from it.
scalaVersion: ["2.13.x", "3.3.x"]
- javaVersion: [17, 21]
+ javaVersion: [17, 21, 25]
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
steps:
@@ -160,8 +160,7 @@ jobs:
clean "++ ${{ matrix.scalaVersion }} test" checkTestsHaveRun
- name: Docs
- # Docs generation requires JDK 11.
- if: ${{ matrix.javaVersion == 11 }}
+ if: ${{ matrix.javaVersion == 17 }}
run: |-
sudo apt-get install graphviz
# genjavadoc does not support Scala 3.x
@@ -170,8 +169,7 @@ jobs:
"++ ${{ matrix.scalaVersion }} doc"
- name: Publish
- # Publish (osgi bundle) not working with JDK 17, issue #31132
- if: ${{ matrix.javaVersion == 11 }}
+ if: ${{ matrix.javaVersion == 17 }}
run: |-
sudo apt-get install graphviz
sbt \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]