From cfad448aa25d24c43331adea27a62e04ff05f5ae Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Thu, 12 May 2022 13:33:46 -0700 Subject: [PATCH] Adding unreleased versions in tests Signed-off-by: Vacha Shah --- .github/workflows/test-integration-unreleased.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-integration-unreleased.yml b/.github/workflows/test-integration-unreleased.yml index a8100573b..87c1fc2fb 100644 --- a/.github/workflows/test-integration-unreleased.yml +++ b/.github/workflows/test-integration-unreleased.yml @@ -16,6 +16,9 @@ jobs: matrix: entry: - { opensearch_ref: '1.x' } + - { opensearch_ref: '2.0' } + - { opensearch_ref: '2.x' } + - { opensearch_ref: 'main' } steps: - name: Checkout OpenSearch uses: actions/checkout@v2