Skip to content

Commit d9354aa

Browse files
committed
Updated GitHub Actions workflows to use compatible Elasticsearch versions 7.14.1, 7.14.2, 7.15.0.
1 parent 51774a8 commit d9354aa

File tree

2 files changed

+6
-32
lines changed

2 files changed

+6
-32
lines changed

.github/workflows/commit.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,9 @@ jobs:
2424
# Build and test zentity for each version of Elasticsearch that its APIs support.
2525
matrix:
2626
elasticsearch:
27-
- 7.12.1
28-
- 7.12.0
29-
- 7.11.2
30-
- 7.11.1
31-
#- 7.11.0 # Won't support: https://github.com/elastic/elasticsearch/issues/68889#issuecomment-780650094
32-
- 7.10.2
33-
- 7.10.1
34-
- 7.10.0
35-
- 7.9.3
36-
- 7.9.2
37-
- 7.9.1
38-
- 7.9.0
39-
- 7.8.1
40-
- 7.8.0
41-
- 7.7.1
42-
- 7.7.0
27+
- 7.15.0
28+
- 7.14.2
29+
- 7.14.1
4330

4431
# Use the latest LTS OS.
4532
runs-on: ubuntu-20.04

.github/workflows/deploy.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,9 @@ jobs:
6767
# Build and test zentity for each version of Elasticsearch that its APIs support.
6868
matrix:
6969
elasticsearch:
70-
- 7.12.1
71-
- 7.12.0
72-
- 7.11.2
73-
- 7.11.1
74-
#- 7.11.0 # Won't support: https://github.com/elastic/elasticsearch/issues/68889#issuecomment-780650094
75-
- 7.10.2
76-
- 7.10.1
77-
- 7.10.0
78-
- 7.9.3
79-
- 7.9.2
80-
- 7.9.1
81-
- 7.9.0
82-
- 7.8.1
83-
- 7.8.0
84-
- 7.7.1
85-
- 7.7.0
70+
- 7.15.0
71+
- 7.14.2
72+
- 7.14.1
8673
steps:
8774

8875
# Checkout the repository.

0 commit comments

Comments
 (0)