Skip to content

Commit

Permalink
Upgrading ES to 8 in Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
safwanrahman committed Oct 1, 2023
1 parent ae07e7f commit c05b9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.1", "4.2"]
es-dsl-version: ["6.4", "7.4"]
es-version: ["7.13.4"]
es-version: ["8.10.2"]

exclude:
- python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_settings(signal_processor):
)
else:
elasticsearch_dsl_default_settings['verify_certs'] = False

PROCESSOR_CLASSES = {
'realtime': 'django_elasticsearch_dsl.signals.RealTimeSignalProcessor',
'celery': 'django_elasticsearch_dsl.signals.CelerySignalProcessor',
Expand Down

0 comments on commit c05b9e2

Please sign in to comment.