Skip to content

Commit

Permalink
Try test on Windows and JDK11+Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaroclapp committed Jan 5, 2021
1 parent a10762a commit 4a1966f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -9,10 +9,14 @@ jobs:
include:
- os: macos-latest
java: 8
- os: macos-latest
java: 11
- os: ubuntu-latest
java: 8
- os: ubuntu-latest
java: 11
- os: windows-latest
java: 8
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 4a1966f

Please sign in to comment.