Skip to content

Commit

Permalink
wip(ci): use java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mirwald committed Aug 15, 2024
1 parent 873e859 commit 049a82c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
fetch-depth: 0
- name: Cache
uses: gradle/[email protected]
- name: Set up JDK 17
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# java-version: '17'
# distribution: 'temurin'
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Download and Install Octo CLI
run: |
Expand Down

0 comments on commit 049a82c

Please sign in to comment.