We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f68a9 commit a2f17a4Copy full SHA for a2f17a4
.github/workflows/integration.yml
@@ -37,7 +37,7 @@ jobs:
37
max-parallel: 15
38
fail-fast: false
39
matrix:
40
- redis-version: [ '8.0-M02', '8.0-M03', '${{ needs.redis_version.outputs.CURRENT }}', '7.2.6', '6.2.16']
+ redis-version: [ '8.0-M04-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