Skip to content

Commit

Permalink
Update java
Browse files Browse the repository at this point in the history
  • Loading branch information
okx-code committed Aug 18, 2024
1 parent d4dd070 commit 08da6a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: "actions/checkout@v3"

- name: "Set up JDK 17"
- name: "Set up JDK 21"
uses: "actions/setup-java@v3"
with:
java-version: 17
java-version: 21
distribution: "corretto"
cache: "gradle"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: "actions/checkout@v3"

- name: "Set up JDK 17"
- name: "Set up JDK 21"
uses: "actions/setup-java@v3"
with:
java-version: 17
java-version: 21
distribution: "corretto"
cache: "gradle"

Expand Down

0 comments on commit 08da6a7

Please sign in to comment.