Skip to content

Commit

Permalink
Add Windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka authored Nov 30, 2023
1 parent 75a1ce0 commit ddd2e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'windows-latest' ]
java: [ '16', '17', '18', '19', '20' ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ddd2e5a

Please sign in to comment.