Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon authored Aug 20, 2024
1 parent 685eaea commit f77b59d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
- name: 'Set up JDK 17'
uses: actions/setup-java@v4
with:
java-version: 17
java-version: |
11
17
distribution: 'zulu'
cache: 'maven'
server-id: ossrh
Expand Down Expand Up @@ -143,7 +145,9 @@ jobs:
- name: 'Set up JDK 17'
uses: actions/setup-java@v4
with:
java-version: 17
java-version: |
17
11
distribution: 'zulu'
cache: 'maven'
- name: 'Generate latest docs'
Expand Down

0 comments on commit f77b59d

Please sign in to comment.