Skip to content

Commit

Permalink
update ci java version to 17 (since 9 is not avail)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Sep 7, 2023
1 parent 043ed8b commit 4998482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "9"
java-version: "17"

- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 4998482

Please sign in to comment.