Skip to content

Commit

Permalink
Use JDK 21 on CI (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Feb 29, 2024
1 parent f185873 commit 16cf895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 19
java-version: 21

- run: ./gradlew build dokkaHtml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 19
java-version: 21

- name: Build and publish artifacts
env:
Expand Down

0 comments on commit 16cf895

Please sign in to comment.