Skip to content

Dropping integration tests with Redis 6.2 from pipeline actions. #3659

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

Merged
merged 6 commits into from
Jun 2, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'master' into ps_drop_redis_6.2_support
  • Loading branch information
petyaslavova authored May 27, 2025
commit 50ddfa9c7910c5b35cd4da74ed73a6e32984fda6
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
redis-version: ['8.0.1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.2.7']
python-version: ['3.8', '3.13']
python-version: ['3.9', '3.13']
parser-backend: ['plain']
event-loop: ['asyncio']
env:
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.