diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 109b0d5..70e1789 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: @@ -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 ] @@ -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 ]