Skip to content

Commit ef381e4

Browse files
committed
[CI] Use JDK 25 Zulu build.
1 parent 3f3bfcd commit ef381e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
java: [ '17', '21', '24' ]
35+
java: [ '17', '21', '25' ]
3636
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-15' ]
3737
steps:
3838
- name: Checkout code

.github/workflows/slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 120
3434
strategy:
3535
matrix:
36-
java: [ '21' ]
36+
java: [ '25' ]
3737
dotnet: [ '8.0.x' ]
3838
env:
3939
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)