Skip to content

Commit 14b7bf4

Browse files
authored
Add windows to CI matrix
1 parent 0f6c282 commit 14b7bf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on: [push, pull_request]
66
jobs:
77
build:
88

9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12+
os: [windows-latest, ubuntu-latest]
1213
java: [ '1.8.0', '11.0.x', '13.0.x' ]
1314
steps:
1415
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)