Skip to content

Commit 5fb0dbe

Browse files
committed
Use Java 21 in the release workflow
1 parent 0110ef9 commit 5fb0dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
if: github.event.inputs.version == null
3838
run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
3939

40-
- name: Set up JDK 8
40+
- name: Set up JDK 21
4141
uses: actions/setup-java@v4
4242
with:
4343
distribution: 'zulu'
44-
java-version: 8
44+
java-version: 21
4545

4646
- name: Checkout
4747
uses: actions/checkout@v4

0 commit comments

Comments
 (0)