diff --git a/.github/workflows/cypress-e2e-reporting-test.yml b/.github/workflows/cypress-e2e-reporting-test.yml index fc04096d..8dab37cb 100644 --- a/.github/workflows/cypress-e2e-reporting-test.yml +++ b/.github/workflows/cypress-e2e-reporting-test.yml @@ -7,8 +7,8 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.12.0' - OPENSEARCH_PLUGIN_VERSION: '2.12.0.0' + OPENSEARCH_VERSION: '2.13.0' + OPENSEARCH_PLUGIN_VERSION: '2.13.0.0' PLUGIN_NAME: dashboards-reporting jobs: diff --git a/.github/workflows/ftr-e2e-reporting-test.yml b/.github/workflows/ftr-e2e-reporting-test.yml index b4be4225..2c4db4f8 100644 --- a/.github/workflows/ftr-e2e-reporting-test.yml +++ b/.github/workflows/ftr-e2e-reporting-test.yml @@ -7,8 +7,8 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.12.0' - OPENSEARCH_PLUGIN_VERSION: '2.12.0.0' + OPENSEARCH_VERSION: '2.13.0' + OPENSEARCH_PLUGIN_VERSION: '2.13.0.0' PLUGIN_NAME: dashboards-reporting jobs: