We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90b165 commit d734d92Copy full SHA for d734d92
.github/workflows/validate.yml
@@ -2,7 +2,10 @@ on: [ pull_request, push]
2
3
jobs:
4
build:
5
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
6
+ strategy:
7
+ matrix:
8
+ os: [ubuntu-latest, windows-latest]
9
steps:
10
- uses: actions/checkout@v3
11
- name: Set up JDK 11 ☕
0 commit comments