Skip to content

Commit

Permalink
Adding support for Elasticsearch 8.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed May 12, 2024
1 parent 1e679b2 commit 93e4993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
- 8.13.4
- 8.13.3
- 8.13.2
- 8.13.1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# Build and test zentity for each version of Elasticsearch that its APIs support.
matrix:
elasticsearch:
- 8.13.4
- 8.13.3
- 8.13.2
- 8.13.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<zentity.author>Dave Moore</zentity.author>
<zentity.classname>org.elasticsearch.plugin.zentity.ZentityPlugin</zentity.classname>
<zentity.website>${project.url}</zentity.website>
<zentity.version>1.8.3</zentity.version>
<zentity.version>1.8.4</zentity.version>

<!-- Dependency versions -->
<elasticsearch.version>8.13.0</elasticsearch.version>
Expand Down

0 comments on commit 93e4993

Please sign in to comment.