Skip to content

Commit

Permalink
[ci] Test against opensearch 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Jun 19, 2023
1 parent cfbbefd commit 4efc0df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- "1-opensearch"
include:
- os-major-version: "1-opensearch"
version: 1.1.0
version: 1.2.0
oss-image: "opensearchproject/opensearch"
OS_OPENDISTRO_IMAGE: "opensearchproject/opensearch:1.1.0"
OS_DASHBOARD_IMAGE: "opensearchproject/opensearch-dashboards:1.1.0"
OS_OPENDISTRO_IMAGE: "opensearchproject/opensearch:1.2.0"
OS_DASHBOARD_IMAGE: "opensearchproject/opensearch-dashboards:1.2.0"
OPENSEARCH_PREFIX: "plugins.security"
OSS_ENV_VAR: "plugins.security.disabled=true"
needs: [lint]
Expand Down

0 comments on commit 4efc0df

Please sign in to comment.