From d836c4a2c56287499dd8e97269d649efb6a9aa90 Mon Sep 17 00:00:00 2001 From: dblock Date: Wed, 12 Feb 2025 08:22:35 -0500 Subject: [PATCH] Lock version of OpenSearch for integration tests. Signed-off-by: dblock --- .github/workflows/test-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 361ebb83f..1f1ccad63 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -4,6 +4,7 @@ on: [push, pull_request] env: GITHUB_ACTIONS: true + OPENSEARCH_VERSION: 2.19.0 jobs: test: