Skip to content

Commit ca5d9ed

Browse files
ggivoa-TODO-rov
andauthored
Add 8.4 to test matrix (#3469)
Co-authored-by: aleksandar.todorov <a_t_todorov@yahoo.com>
1 parent 759a726 commit ca5d9ed

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
redis_version:
29+
- "8.4"
2930
- "8.2"
3031
- "8.0"
3132
- "7.4"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
PATH := ./work/redis-git/src:${PATH}
33
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
44
PROFILE ?= ci
5-
SUPPORTED_TEST_ENV_VERSIONS := 8.2 8.0 7.4 7.2
5+
SUPPORTED_TEST_ENV_VERSIONS := 8.4 8.2 8.0 7.4 7.2
66
DEFAULT_TEST_ENV_VERSION := 8.2
77
REDIS_ENV_WORK_DIR := $(or ${REDIS_ENV_WORK_DIR},$(ROOT_DIR)/work)
88

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
REDIS_ENV_WORK_DIR=../../../../work/docker
2+
REDIS_VERSION=8.4-M01-pre
3+
REDIS_STACK_VERSION=8.4-M01-pre

0 commit comments

Comments
 (0)