From 79261895ce979c65d094779fb46dcc359f7c1006 Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Wed, 20 Dec 2023 11:09:44 -0800 Subject: [PATCH] Adding windows platform in bwc Signed-off-by: Varun Jain --- .../workflows/backwards_compatibility_tests_workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/backwards_compatibility_tests_workflow.yml b/.github/workflows/backwards_compatibility_tests_workflow.yml index cde0be93b..e197eeab0 100644 --- a/.github/workflows/backwards_compatibility_tests_workflow.yml +++ b/.github/workflows/backwards_compatibility_tests_workflow.yml @@ -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 @@ -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