diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d71e0bd6..9bd76bf5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -11,7 +11,7 @@ jobs: matrix: cluster: ["opensearch"] secured: ["true", "false"] - opensearch_version: [] + opensearch_version: [""] steps: - name: Checkout