Skip to content

Commit

Permalink
Update Java version to Java 21 to build Kaoto main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed Nov 24, 2023
1 parent 0163626 commit 79cb48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-kaoto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
- name: Kaoto build
working-directory: kaoto-next
run: |
Expand Down

0 comments on commit 79cb48b

Please sign in to comment.