Skip to content

Commit a97374a

Browse files
authored
Upgrade Java version from 17 to 21 in release workflow
1 parent 5882a43 commit a97374a

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
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up JDK
3434
uses: actions/setup-java@v4
3535
with:
36-
java-version: 17
36+
java-version: 21
3737
distribution: 'zulu'
3838
cache: 'maven'
3939
server-id: central

0 commit comments

Comments
 (0)