Skip to content

Commit

Permalink
Add windows to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman authored Jan 29, 2020
1 parent 0f6c282 commit 14b7bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
java: [ '1.8.0', '11.0.x', '13.0.x' ]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 14b7bf4

Please sign in to comment.