Skip to content

Commit

Permalink
Upgrade logstash-oss to 8.12.1 (#239)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Herot <[email protected]>
  • Loading branch information
eherot authored Feb 27, 2024
1 parent 7c77036 commit 6d043dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Unit-test:
strategy:
matrix:
logstash: [ "7.16.3", "7.17.1", "8.3.2" ]
logstash: [ "7.16.3", "7.17.1", "8.3.2", "8.12.1" ]
name: Unit Test logstash-output-opensearch
runs-on: ubuntu-latest
env:
Expand All @@ -33,7 +33,7 @@ jobs:
Integration-Test-OpenSearch:
strategy:
matrix:
logstash: [ "7.16.3", "7.17.1", "8.3.2" ]
logstash: [ "7.16.3", "7.17.1", "8.3.2", "8.12.1" ]
opensearch: [ "1.3.4", "2.1.0" ]
secure: [ true, false ]

Expand All @@ -58,7 +58,7 @@ jobs:
Integration-Test-OpenDistro:
strategy:
matrix:
logstash: [ "7.16.3", "7.17.1" ]
logstash: [ "7.16.3", "7.17.1", "8.12.1" ]
opendistro: [ "1.13.3" ]
secure: [ true, false ]

Expand Down

0 comments on commit 6d043dc

Please sign in to comment.