Skip to content

Commit afd550c

Browse files
committed
ci: use java 17 for validation action
1 parent aaab4fb commit afd550c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup java
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: 11
25+
java-version: 17
2626
check-latest: true
2727
distribution: 'zulu'
2828

0 commit comments

Comments
 (0)