We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c77036 commit 6d043dcCopy full SHA for 6d043dc
.github/workflows/CI.yml
@@ -11,7 +11,7 @@ jobs:
11
Unit-test:
12
strategy:
13
matrix:
14
- logstash: [ "7.16.3", "7.17.1", "8.3.2" ]
+ logstash: [ "7.16.3", "7.17.1", "8.3.2", "8.12.1" ]
15
name: Unit Test logstash-output-opensearch
16
runs-on: ubuntu-latest
17
env:
@@ -33,7 +33,7 @@ jobs:
33
Integration-Test-OpenSearch:
34
35
36
37
opensearch: [ "1.3.4", "2.1.0" ]
38
secure: [ true, false ]
39
@@ -58,7 +58,7 @@ jobs:
58
Integration-Test-OpenDistro:
59
60
61
- logstash: [ "7.16.3", "7.17.1" ]
+ logstash: [ "7.16.3", "7.17.1", "8.12.1" ]
62
opendistro: [ "1.13.3" ]
63
64
0 commit comments