Skip to content

Commit

Permalink
Update to Java 11, since runtime doesn't support 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersen committed Oct 4, 2024
1 parent 73a5f40 commit d84fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/samples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
java-version: 11
- name: Run checkstyle
run: mvn -P lint --quiet --batch-mode checkstyle:check
working-directory: samples/snippets

0 comments on commit d84fd84

Please sign in to comment.