Skip to content

Commit

Permalink
github: remove elasticsearch7 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 19, 2024
1 parent c19ab38 commit d2e185d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: [3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql14]
search-service: [opensearch2,elasticsearch7]
search-service: [opensearch2]
env:
DB: ${{ matrix.db-service }}
SEARCH: ${{ matrix.search-service }}
Expand Down

0 comments on commit d2e185d

Please sign in to comment.