Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 9c0ef89

Browse files
chore: use java 17 in lint job
1 parent 59c340b commit 9c0ef89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-java@v4
2525
with:
2626
distribution: temurin
27-
java-version: 8
27+
java-version: 17
2828
- name: Run checkstyle
2929
run: mvn -P lint --quiet --batch-mode checkstyle:check
3030
working-directory: samples/snippets

0 commit comments

Comments
 (0)