We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0110ef9 commit 5fb0dbeCopy full SHA for 5fb0dbe
.github/workflows/release.yml
@@ -37,11 +37,11 @@ jobs:
37
if: github.event.inputs.version == null
38
run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
39
40
- - name: Set up JDK 8
+ - name: Set up JDK 21
41
uses: actions/setup-java@v4
42
with:
43
distribution: 'zulu'
44
- java-version: 8
+ java-version: 21
45
46
- name: Checkout
47
uses: actions/checkout@v4
0 commit comments