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 63679cc commit 32dfcb3Copy full SHA for 32dfcb3
.github/workflows/integration.yml
@@ -37,7 +37,7 @@ jobs:
37
max-parallel: 15
38
fail-fast: false
39
matrix:
40
- redis-version: [ '8.0-M04-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.2.6', '6.2.16']
+ redis-version: [ '8.0-M05-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.2.6', '6.2.16']
41
dotnet-version: ['6.0', '7.0', '8.0']
42
env:
43
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
0 commit comments