Skip to content

Commit

Permalink
jdk 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jam01 authored Nov 20, 2023
1 parent c4feab5 commit ca22b5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK
uses: oracle-actions/setup-java@v1
- uses: actions/setup-java@v3
with:
website: jdk.java.net
release: 19
distribution: 'oracle'
java-version: '20'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ca22b5b

Please sign in to comment.