Skip to content

Commit

Permalink
check can use higher JDK version
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Mar 19, 2024
1 parent 35fe167 commit 40bda47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: korandoru/hawkeye@v4
- uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '21'
distribution: 'zulu'
- name: Check format
run: mvn spotless:check
Expand Down

0 comments on commit 40bda47

Please sign in to comment.