Skip to content

Commit

Permalink
Add support for ES 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Nov 22, 2023
1 parent e7cd70f commit 03c629f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elasticsearchVersion: ['8.5.3']
elasticsearchVersion: ['8.11.1', '8.5.3']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
elasticsearchVersion: ['8.5.3']
elasticsearchVersion: ['8.11.1', '8.5.3']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 03c629f

Please sign in to comment.