Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restored redis 4 and master in CI #575

Merged
merged 5 commits into from
Dec 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ jobs:
# only test pre-release dependencies for the latest Python
include:
# TODO: re-enable with https://github.com/jazzband/django-redis/issues/569
# # latest Django with pre-release redis
# - django-version: '3.2'
# redis-version: 'master'
# python-version: '3.10'
# latest Django with pre-release redis
- django-version: '3.2'
redis-version: 'master'
python-version: '3.10'

# latest redis with pre-release Django
- django-version: 'main'
redis-version: 'latest'
python-version: '3.10'

# TODO: re-enable with https://github.com/jazzband/django-redis/issues/569
# # pre-release Django and redis
# - django-version: 'main'
# redis-version: 'master'
# python-version: '3.10'
# pre-release Django and redis
- django-version: 'main'
redis-version: 'master'
python-version: '3.10'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ deps =
pytest-django
pytest-pythonpath
pytest-mock
redismaster: https://github.com/andymccurdy/redis-py/archive/master.tar.gz
redismaster: https://github.com/redis/redis-py/archive/master.tar.gz
lz4>=0.15
pyzstd>=0.15

Expand Down