Skip to content

Commit 4ccb1c5

Browse files
manasvinibssipopo
authored andcommitted
[CI][Tests] Add BWC tests for 2.4.0 (opensearch-project#2393)
Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com> Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
1 parent 4e00035 commit 4ccb1c5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/build_and_test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
working-directory: ./artifacts
187187
strategy:
188188
matrix:
189-
version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0 ]
189+
version: [ osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0 ]
190190
steps:
191191
- name: Checkout code
192192
uses: actions/checkout@v2

bwctest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
set -e
1515

16-
DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0"
16+
DEFAULT_VERSIONS="osd-2.0.0,osd-2.1.0,osd-2.2.0,osd-2.3.0"
1717

1818
function usage() {
1919
echo ""
16.5 MB
Binary file not shown.
16.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)