Skip to content

Commit

Permalink
ci: use java 17 for validation action
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Nov 9, 2024
1 parent aaab4fb commit afd550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
check-latest: true
distribution: 'zulu'

Expand Down

0 comments on commit afd550c

Please sign in to comment.