.github/workflows/test.yml in search_flip-3.8.0 vs .github/workflows/test.yml in search_flip-3.9.0

- old
+ new

@@ -37,9 +37,13 @@ plugins.security.disabled: true - image: opensearchproject/opensearch:2.11.1 env: discovery.type: single-node plugins.security.disabled: true + - image: opensearchproject/opensearch:2.13.0 + env: + discovery.type: single-node + DISABLE_SECURITY_PLUGIN: true ruby: - 2.7 - 3.0 - 3.1 - 3.2