Skip to content

Commit 24df5dc

Browse files
committed
[Backport 2.x][CI][Tests] Add BWC tests for 2.4.0 (opensearch-project#2393)
Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com> (cherry picked from commit 08d0504) Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
1 parent ee4e304 commit 24df5dc

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/pr_check_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
working-directory: ./artifacts
181181
strategy:
182182
matrix:
183-
version: [ osd-1.3.2, osd-2.0.0, osd-2.1.0, osd-2.2.0 ]
183+
version: [ osd-1.3.2, osd-2.0.0, osd-2.1.0, osd-2.2.0, osd-2.3.0 ]
184184
steps:
185185
- name: Checkout code
186186
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)