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 34ac052 commit 4f126aeCopy full SHA for 4f126ae
.github/workflows/integration.yaml
@@ -74,7 +74,7 @@ jobs:
74
max-parallel: 15
75
fail-fast: false
76
matrix:
77
- redis-version: ['8.2-RC2-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.4', '7.2.9']
+ redis-version: ['8.2-rc2-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.4', '7.2.9']
78
python-version: ['3.9', '3.13']
79
parser-backend: ['plain']
80
event-loop: ['asyncio']
0 commit comments