File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments