Skip to content

Commit

Permalink
ci: downgrade es
Browse files Browse the repository at this point in the history
  • Loading branch information
austince committed Jan 12, 2021
1 parent 91664a7 commit 7abf2e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
fail-fast: false
matrix:
elasticsearch:
- 7.10.1
- 7.10.0
- 7.9.3
- 7.9.2
- 7.9.3
- 7.8.1
- 7.8.0
- 7.7.1
- 7.7.0
- 7.6.2
- 7.6.1
- 7.6.0
- 7.5.2
- 7.5.1
- 7.5.0
- 7.4.2
- 7.4.1
- 7.4.0
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
strategy:
matrix:
elasticsearch:
- 7.10.1
- 7.10.0
- 7.9.3
- 7.9.2
- 7.9.3
- 7.8.1
- 7.8.0
- 7.7.1
- 7.7.0
- 7.6.2
- 7.6.1
- 7.6.0
- 7.5.2
- 7.5.1
- 7.5.0
- 7.4.2
- 7.4.1
- 7.4.0
steps:
- uses: actions/checkout@v2
- name: Set up JDK
Expand Down

0 comments on commit 7abf2e9

Please sign in to comment.