Skip to content

Commit 0980fe7

Browse files
committed
Add logstash version against 7.13.4
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
1 parent e75a32a commit 0980fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
Unit-test:
1212
strategy:
1313
matrix:
14-
logstash: [ "7.13.2" ]
14+
logstash: [ "7.13.2", "7.13.4" ]
1515
name: Unit Test logstash-output-opensearch
1616
runs-on: ubuntu-latest
1717
env:
@@ -33,7 +33,7 @@ jobs:
3333
Integration-Test-OpenSearch:
3434
strategy:
3535
matrix:
36-
logstash: [ "7.13.2" ]
36+
logstash: [ "7.13.2", "7.13.4" ]
3737
opensearch: [ "1.0.0" ]
3838
secure: [ true, false ]
3939

@@ -58,7 +58,7 @@ jobs:
5858
Integration-Test-OpenDistro:
5959
strategy:
6060
matrix:
61-
logstash: [ "7.13.2" ]
61+
logstash: [ "7.13.2", "7.13.4" ]
6262
opendistro: [ "1.13.2" ]
6363
secure: [ true, false ]
6464

0 commit comments

Comments
 (0)