Skip to content

Commit 54f0531

Browse files
committed
CI on 24-ea
1 parent 14b26f5 commit 54f0531

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
java: [ 17 ]
230230
include:
231231
- os: ubuntu-latest
232-
java: 23
232+
java: 24-ea
233233
fail-fast: false
234234
steps:
235235

@@ -260,6 +260,7 @@ jobs:
260260
run: tar --zstd -xf build.tar.zst
261261

262262
- name: platform/masterfs
263+
if: ${{ matrix.java == '17' }}
263264
run: .github/retry.sh ant $OPTS -f platform/masterfs test
264265

265266
- name: Commit Validation tests
@@ -836,7 +837,7 @@ jobs:
836837
timeout-minutes: 50
837838
strategy:
838839
matrix:
839-
java: [ '17', '21', '23' ]
840+
java: [ '17', '21', '24-ea' ]
840841
exclude:
841842
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
842843
fail-fast: false
@@ -1443,10 +1444,10 @@ jobs:
14431444
timeout-minutes: 60
14441445
strategy:
14451446
matrix:
1446-
java: [ '17', '23' ]
1447+
java: [ '17', '24-ea' ]
14471448
config: [ 'batch1', 'batch2' ]
14481449
exclude:
1449-
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '23' }}
1450+
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '24-ea' }}
14501451
fail-fast: false
14511452
steps:
14521453

@@ -1496,7 +1497,7 @@ jobs:
14961497
timeout-minutes: 60
14971498
strategy:
14981499
matrix:
1499-
java: [ '17', '21', '23' ]
1500+
java: [ '17', '21', '24-ea' ]
15001501
exclude:
15011502
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
15021503
fail-fast: false

0 commit comments

Comments
 (0)