We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c620503 commit bbe41b7Copy full SHA for bbe41b7
.github/workflows/integration.yaml
@@ -76,7 +76,7 @@ jobs:
76
max-parallel: 15
77
fail-fast: false
78
matrix:
79
- redis-version: ['8.4-M01-pre', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
+ redis-version: ['8.4-RC1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
80
python-version: ['3.9', '3.13']
81
parser-backend: ['plain']
82
event-loop: ['asyncio']
0 commit comments