Skip to content

Commit

Permalink
Use Java 21 in build
Browse files Browse the repository at this point in the history
Fixes #925

Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 authored and rgrunber committed Jan 6, 2025
1 parent 3f2f238 commit c788fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Set Up Java
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
- name: Check Out VS Code Quarkus
uses: actions/checkout@v4
Expand Down

0 comments on commit c788fb5

Please sign in to comment.