Skip to content

Commit 564b220

Browse files
authored
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
1 parent 9cab31b commit 564b220

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/nightly-builds.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# binary version is required and Pekko build will set the right
118118
# full version from it.
119119
scalaVersion: ["2.13.x", "3.3.x"]
120-
javaVersion: [17, 21]
120+
javaVersion: [17, 21, 25]
121121
env:
122122
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
123123
steps:
@@ -160,8 +160,7 @@ jobs:
160160
clean "++ ${{ matrix.scalaVersion }} test" checkTestsHaveRun
161161
162162
- name: Docs
163-
# Docs generation requires JDK 11.
164-
if: ${{ matrix.javaVersion == 11 }}
163+
if: ${{ matrix.javaVersion == 17 }}
165164
run: |-
166165
sudo apt-get install graphviz
167166
# genjavadoc does not support Scala 3.x
@@ -170,8 +169,7 @@ jobs:
170169
"++ ${{ matrix.scalaVersion }} doc"
171170
172171
- name: Publish
173-
# Publish (osgi bundle) not working with JDK 17, issue #31132
174-
if: ${{ matrix.javaVersion == 11 }}
172+
if: ${{ matrix.javaVersion == 17 }}
175173
run: |-
176174
sudo apt-get install graphviz
177175
sbt \

0 commit comments

Comments
 (0)