Skip to content

Commit

Permalink
Integration testing against latest OpenSearch versions (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#1754)

Renamed the GitHub action for OpenSearch targets and support the latest versions in the 2.x series as of now. Test OpenSearch 1.3.5 as the latest version in that series.

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Sep 16, 2022
1 parent 7e2331f commit ddd3af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
java: [11]
opensearch: [1.0.1, 1.1.0, 1.2.4, 1.3.2, 2.0.0]
opensearch: [1.0.1, 1.1.0, 1.2.4, 1.3.5, 2.0.1, 2.1.0, 2.2.1, 2.3.0]

runs-on: ubuntu-latest

Expand Down

0 comments on commit ddd3af8

Please sign in to comment.