Skip to content

Commit 93e03b5

Browse files
authored
- update to rs-7.4.0-v6
1 parent 5b403d7 commit 93e03b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
5252
# Mapping of redis version to stack version
5353
declare -A redis_stack_version_mapping=(
54-
["7.4.1"]="rs-7.4.0-v5"
54+
["7.4.1"]="rs-7.4.0-v6"
5555
["7.2.6"]="rs-7.2.0-v17"
5656
["6.2.16"]="rs-6.2.6-v17"
5757
)

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
max-parallel: 15
3838
fail-fast: false
3939
matrix:
40-
redis-version: [ '8.2-RC1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.4', '7.2.6', '6.2.16']
40+
redis-version: [ '8.2-RC1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '7.4.1', '7.2.6', '6.2.16']
4141
dotnet-version: ['6.0', '7.0', '8.0']
4242
env:
4343
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

0 commit comments

Comments
 (0)