Skip to content

Commit

Permalink
Use Java 21 for CI
Browse files Browse the repository at this point in the history
Co-authored-by: Zongle Wang <[email protected]>
  • Loading branch information
EpicDima and Goooler authored Feb 5, 2024
1 parent 8a179b0 commit 04f7c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21

- run: ./gradlew build

Expand Down

0 comments on commit 04f7c3a

Please sign in to comment.