We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d4f10 commit 72b89c9Copy full SHA for 72b89c9
.github/workflows/integration.yaml
@@ -74,7 +74,7 @@ jobs:
74
max-parallel: 15
75
fail-fast: false
76
matrix:
77
- redis-version: ['8.0-M05-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.2.7', '6.2.17']
+ redis-version: ['8.0-RC1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.2.7', '6.2.17']
78
python-version: ['3.8', '3.13']
79
parser-backend: ['plain']
80
event-loop: ['asyncio']
0 commit comments