Skip to content

Commit

Permalink
Adds 2.12.0 to CI matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Feb 28, 2024
1 parent a09df95 commit 3bdc35f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
logstash: [ "7.16.3", "7.17.1", "8.3.2", "8.12.1" ]
opensearch: [ "1.3.4", "2.1.0" ]
opensearch: [ "1.3.4", "2.1.0", "2.12.0" ]
secure: [ true, false ]

name: Integration Test logstash-output-opensearch against OpenSearch
Expand All @@ -43,6 +43,7 @@ jobs:
LOGSTASH_VERSION: ${{ matrix.logstash }}
OPENSEARCH_VERSION: ${{ matrix.opensearch }}
SECURE_INTEGRATION: ${{ matrix.secure }}
OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123!
steps:
- name: Checkout plugin
uses: actions/checkout@v1
Expand Down

0 comments on commit 3bdc35f

Please sign in to comment.