Skip to content

Commit 597078b

Browse files
authored
Merge pull request #8061 from mbien/ci-downgrade-to-jdk23
Downgrade CI jobs to JDK 23
2 parents 5244f73 + c005813 commit 597078b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)