File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -428,11 +428,11 @@ jobs:
428428 run : ant -quiet -Dcluster.config=$CLUSTER_CONFIG test -Dtest.includes=NoTestsJustBuild
429429
430430 # 13-14 min for javadoc; JDK version must be synced with nb-javac
431- - name : Set up JDK 24-ea for javadoc
431+ - name : Set up JDK 23 for javadoc
432432 if : env.test_javadoc == 'true' && success()
433433 uses : actions/setup-java@v4
434434 with :
435- java-version : 24-ea
435+ java-version : 23
436436 distribution : ${{ env.DEFAULT_JAVA_DISTRIBUTION }}
437437
438438 - name : Build javadoc
@@ -833,7 +833,7 @@ jobs:
833833 timeout-minutes : 50
834834 strategy :
835835 matrix :
836- java : [ '17', '21', '24-ea ' ]
836+ java : [ '17', '21', '23 ' ]
837837 exclude :
838838 - java : ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
839839 fail-fast : false
@@ -1493,7 +1493,7 @@ jobs:
14931493 timeout-minutes : 60
14941494 strategy :
14951495 matrix :
1496- java : [ '17', '21', '24-ea ' ]
1496+ java : [ '17', '21', '23 ' ]
14971497 exclude :
14981498 - java : ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
14991499 fail-fast : false
You can’t perform that action at this time.
0 commit comments