Skip to content

Commit

Permalink
Test on Windows as well (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzieciou authored Jun 25, 2023
1 parent 4e03226 commit a27614f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
java-version: [ 11, 12, 13, 14, 15, 16, 17-ea ]
max-parallel: 4
name: Test JDK ${{ matrix.java-version }}, ${{ matrix.os }}
Expand Down

0 comments on commit a27614f

Please sign in to comment.