Skip to content

Commit

Permalink
chore: bump build Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Mar 9, 2024
1 parent aaf7091 commit 68011bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Java 11
uses: actions/setup-java@v3
- name: Install Java 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: liberica
- uses: burrunan/gradle-cache-action@v1
name: Cache .gradle
Expand Down

0 comments on commit 68011bd

Please # to comment.