Skip to content

Commit

Permalink
Adding opensearch versions to integration test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed Nov 2, 2023
1 parent 6f3aeea commit 70ffb31
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,23 @@ jobs:
integ-test:
strategy:
matrix:
opensearch-version: [ 1.0.1 , 1.1.0, 1.2.4, 1.3.1, 2.0 ]
entry:
- { opensearch_version: 1.0.1 }
- { opensearch_version: 1.1.0 }
- { opensearch_version: 1.2.4 }
- { opensearch_version: 1.3.8 }
- { opensearch_version: 2.0.1 }
- { opensearch_version: 2.1.0 }
- { opensearch_version: 2.2.1 }
- { opensearch_version: 2.3.0 }
- { opensearch_version: 2.4.1 }
- { opensearch_version: 2.5.0 }
- { opensearch_version: 2.6.0 }
- { opensearch_version: 2.7.0 }
- { opensearch_version: 2.8.0 }
- { opensearch_version: 2.9.0 }
- { opensearch_version: 2.10.0 }
- { opensearch_version: 2.11.0 }
go-version: [ 1.18.2 ]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 70ffb31

Please sign in to comment.