We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddc354 commit 2ee1771Copy full SHA for 2ee1771
1 file changed
.github/workflows/maven.yml
@@ -12,11 +12,15 @@ on:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
jdk-version: [11]
19
mongodb-version: [3.6]
+ runner-os:
20
+ - ubuntu-latest
21
+ - windows-latest
22
+ - macos-latest
23
+ runs-on: ${{ matrix.runner-os }}
24
25
steps:
26
- uses: actions/checkout@v2
0 commit comments