Skip to content

Commit 2524c4b

Browse files
authored
Upgrade JDK version from 21 to 25 in release workflow
1 parent dd52c7f commit 2524c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up JDK
3535
uses: actions/setup-java@v5
3636
with:
37-
java-version: 21
37+
java-version: 25
3838
distribution: 'zulu'
3939
cache: gradle
4040

0 commit comments

Comments
 (0)