Skip to content

Commit

Permalink
Run bwc on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Mar 9, 2024
1 parent c600d9e commit 3f9a899
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_bwc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
Build-ff-linux:
strategy:
matrix:
java: [11,17,21]
os: [ubuntu-latest, windows-latest]
java: [11, 17, 21]
fail-fast: false

name: Test Flow Framework BWC
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Setup Java ${{ matrix.java }}
Expand Down

0 comments on commit 3f9a899

Please sign in to comment.