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 ed92c34 commit 79bf8ceCopy full SHA for 79bf8ce
.github/workflows/integration.yml
@@ -37,7 +37,7 @@ jobs:
37
max-parallel: 15
38
fail-fast: false
39
matrix:
40
- redis-version: [ '8.2-rc2-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
+ redis-version: [ '8.2.1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
41
dotnet-version: ['8.0', '9.0']
42
env:
43
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
0 commit comments