Skip to content

Commit

Permalink
ci: Bump java to 21 lts
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 17, 2024
1 parent a69e6ca commit 8567be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- name: Build
run: ./gradlew build
- name: Build (1.8.8)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kover-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- name: Generate kover coverage report
run: ./gradlew koverXmlReport
- name: Add coverage report to PR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21
cache: gradle
- name: Publish
run: |
Expand Down

0 comments on commit 8567be6

Please sign in to comment.