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 e3d64cd commit efb6c6bCopy full SHA for efb6c6b
.github/workflows/integration.yaml
@@ -29,7 +29,7 @@ env:
29
COVERAGE_CORE: sysmon
30
REDIS_IMAGE: redis:latest
31
REDIS_STACK_IMAGE: redis/redis-stack-server:latest
32
- CURRENT_REDIS_VERSION: '7.4.1'
+ CURRENT_REDIS_VERSION: '7.4.2'
33
34
jobs:
35
dependency-audit:
@@ -74,7 +74,7 @@ jobs:
74
max-parallel: 15
75
fail-fast: false
76
matrix:
77
- redis-version: [ '${{ needs.redis_version.outputs.CURRENT }}', '7.2.6', '6.2.16']
+ redis-version: [ '${{ needs.redis_version.outputs.CURRENT }}', '7.2.7', '6.2.17']
78
python-version: ['3.8', '3.12']
79
parser-backend: ['plain']
80
event-loop: ['asyncio']
0 commit comments