This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit b7209e5a7949849ee17c0355ce2710edd1581be5 Author: kezhenxu94 <[email protected]> AuthorDate: Wed Jun 7 09:19:08 2023 +0800 Add OpenSearch 2.8.0 to test case --- .github/workflows/skywalking.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml index 67a9ac1de5..c369386a83 100644 --- a/.github/workflows/skywalking.yaml +++ b/.github/workflows/skywalking.yaml @@ -391,6 +391,9 @@ jobs: - name: Storage OpenSearch 2.4.0 config: test/e2e-v2/cases/storage/opensearch/e2e.yaml env: OPENSEARCH_VERSION=2.4.0 + - name: Storage OpenSearch 2.8.0 + config: test/e2e-v2/cases/storage/opensearch/e2e.yaml + env: OPENSEARCH_VERSION=2.8.0 - name: Storage ES Sharding config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml
