Skip to content

Commit

Permalink
Adding windows platform in bwc
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Dec 20, 2023
1 parent 26eb401 commit 7926189
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backwards_compatibility_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
java: [ 11, 17, 21 ]
os: [ubuntu-latest]
bwc_version : ["2.9.0", "2.10.0", "2.11.0-SNAPSHOT"]
os: [ubuntu-latest,windows-latest]
bwc_version : ["2.9.0", "2.10.0", "2.11.0","2.12.0-SNAPSHOT"]
opensearch_version : [ "3.0.0-SNAPSHOT" ]
# exclude:
# - os: windows-latest
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
strategy:
matrix:
java: [ 11, 17, 21 ]
os: [ubuntu-latest]
bwc_version: [ "2.11.0-SNAPSHOT" ]
os: [ubuntu-latest,windows-latest]
bwc_version: [ "2.9.0", "2.10.0", "2.11.0","2.12.0-SNAPSHOT" ]
opensearch_version: [ "3.0.0-SNAPSHOT" ]

name: NeuralSearch Rolling-Upgrade BWC Tests
Expand Down

0 comments on commit 7926189

Please sign in to comment.