Skip to content

Commit

Permalink
Add more ES versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Jan 26, 2022
1 parent ced1f14 commit aed5e9d
Showing 1 changed file with 1 addition and 1 deletion.
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: ['7.10.0', '7.16.3']
elasticsearchVersion: ['7.10.2', '7.13.2', '7.14.2', '7.15.2', '7.16.2', '7.16.3']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aed5e9d

Please sign in to comment.