Skip to content

Commit

Permalink
Fix JDK 11 bug on Windows during JavaDoc creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 5, 2023
1 parent ca10f1e commit 15683d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
jdk: [11, 17]
jdk: 17
include:
- os: ubuntu-latest
jdk: 11
- os: macos-latest
jdk: 11

runs-on: ${{ matrix.platform }}
name: on ${{ matrix.platform }} with JDK ${{ matrix.jdk }}
Expand Down

0 comments on commit 15683d2

Please sign in to comment.