Skip to content

Commit 2ed614f

Browse files
committed
Use Java 21 in the release GitHub Action
Signed-off-by: David Thompson <[email protected]>
1 parent 5c01c50 commit 2ed614f

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
@@ -50,8 +50,8 @@ jobs:
5050
- name: Set Up Java
5151
uses: actions/setup-java@v4
5252
with:
53-
java-version: '17'
54-
distribution: 'adopt'
53+
java-version: '21'
54+
distribution: 'temurin'
5555
- name: Update Version Number
5656
if: ${{ inputs.QUARKUS_LS_VERSION != '' }}
5757
run: |

0 commit comments

Comments
 (0)