Skip to content

Commit f893377

Browse files
committed
CI: build and test on JDK 24-ea
1 parent 7a33387 commit f893377

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
timeout-minutes: 40
125125
strategy:
126126
matrix:
127-
java: [ '17', '21', '23' ]
127+
java: [ '17', '21', '24-ea' ]
128128
exclude:
129129
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
130130
fail-fast: false
@@ -417,11 +417,11 @@ jobs:
417417
run: ant $OPTS build-nbms
418418

419419
# 13-14 min for javadoc; JDK version must be synced with nb-javac
420-
- name: Set up JDK 23 for javadoc
420+
- name: Set up JDK 24-ea for javadoc
421421
if: env.test_javadoc == 'true' && success()
422422
uses: actions/setup-java@v4
423423
with:
424-
java-version: 23
424+
java-version: 24-ea
425425
distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }}
426426

427427
- name: Build javadoc
@@ -834,7 +834,7 @@ jobs:
834834
timeout-minutes: 50
835835
strategy:
836836
matrix:
837-
java: [ '17', '21', '23' ]
837+
java: [ '17', '21', '24-ea' ]
838838
exclude:
839839
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
840840
fail-fast: false
@@ -1441,10 +1441,10 @@ jobs:
14411441
timeout-minutes: 60
14421442
strategy:
14431443
matrix:
1444-
java: [ '17', '23' ]
1444+
java: [ '17', '24-ea' ]
14451445
config: [ 'batch1', 'batch2' ]
14461446
exclude:
1447-
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '23' }}
1447+
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '24-ea' }}
14481448
fail-fast: false
14491449
steps:
14501450

@@ -1494,7 +1494,7 @@ jobs:
14941494
timeout-minutes: 60
14951495
strategy:
14961496
matrix:
1497-
java: [ '17', '21', '23' ]
1497+
java: [ '17', '21', '24-ea' ]
14981498
exclude:
14991499
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
15001500
fail-fast: false

0 commit comments

Comments
 (0)