Skip to content

Commit

Permalink
github: remove elasticsearch6 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rekt-hard authored and lnielsen committed Mar 9, 2022
1 parent 3e82ef2 commit d91a733
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,14 @@ jobs:
python-version: [3.7, 3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql12]
search-service: [elasticsearch6, elasticsearch7]
search-service: [elasticsearch7]
exclude:
- python-version: 3.7
search-service: elasticsearch7
- python-version: 3.8
search-service: elasticsearch6
- python-version: 3.9
search-service: elasticsearch6
include:
- db-service: postgresql12
DB_EXTRAS: "postgresql"

- search-service: elasticsearch6
SEARCH_EXTRAS: "elasticsearch6"

- search-service: elasticsearch7
SEARCH_EXTRAS: "elasticsearch7"

Expand Down

0 comments on commit d91a733

Please sign in to comment.