Skip to content

Commit 6d043dc

Browse files
authored
Upgrade logstash-oss to 8.12.1 (opensearch-project#239)
Signed-off-by: Eric Herot <400447+eherot@users.noreply.github.com>
1 parent 7c77036 commit 6d043dc

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.16.3", "7.17.1", "8.3.2" ]
14+
logstash: [ "7.16.3", "7.17.1", "8.3.2", "8.12.1" ]
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.16.3", "7.17.1", "8.3.2" ]
36+
logstash: [ "7.16.3", "7.17.1", "8.3.2", "8.12.1" ]
3737
opensearch: [ "1.3.4", "2.1.0" ]
3838
secure: [ true, false ]
3939

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

0 commit comments

Comments
 (0)