Skip to content

Commit

Permalink
Add windows to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 11, 2024
1 parent 3f4bd66 commit 0c26af6
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 @@ -9,7 +9,7 @@ jobs:
# and UBERJAR_JDK env variables respectively.
strategy:
matrix:
os: [macos-latest, ubuntu-latest] # , windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
jdk: [8, 11, 17]
env:
UBERJAR_OS: 'ubuntu'
Expand Down

0 comments on commit 0c26af6

Please sign in to comment.