Skip to content

Commit db102a9

Browse files
authored
Update Java version to 21 in release workflow
1 parent a425cc8 commit db102a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-java@v4
3030
with:
3131
distribution: zulu
32-
java-version: 17
32+
java-version: 21
3333

3434
# Setup Gradle
3535
- name: Setup Gradle
@@ -98,4 +98,4 @@ jobs:
9898
--title "Changelog update - \`$VERSION\`" \
9999
--body "Current pull request contains patched \`CHANGELOG.md\` file for the \`$VERSION\` version." \
100100
--label "$LABEL" \
101-
--head $BRANCH
101+
--head $BRANCH

0 commit comments

Comments
 (0)