Skip to content

Commit

Permalink
build: Update samples to use Java 11 (googleapis#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 authored Sep 30, 2024
1 parent f295b01 commit d905321
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
- name: Run checkstyle
run: mvn -P lint --quiet --batch-mode checkstyle:check
working-directory: samples

0 comments on commit d905321

Please sign in to comment.