diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index a90d4605..b8e576e7 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -25,7 +25,7 @@ runs: # Mapping of redis version to redis testing containers declare -A redis_version_mapping=( - ["8.2.x"]="8.2" + ["8.2.x"]="8.2.1-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" ["7.2.x"]="rs-7.2.0-v17" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae2220dd..05f84ef6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: # Mapping of redis version to redis testing containers declare -A redis_version_mapping=( - ["8.2.x"]="8.2" + ["8.2.x"]="8.2.1-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" )