Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fail-fast: false
matrix:
es_stack:
- 8.15.3
- 8.16.0
- 8.17.0-SNAPSHOT
- 8.17.0
- 8.18.0-SNAPSHOT
runs-on: ubuntu-latest
services:
elasticsearch:
Expand Down
Loading