Skip to content

Commit e52b83b

Browse files
authored
Use Redis 7.4 branch and 7.4.0-v0 image for testing (#3911)
1 parent 287d743 commit e52b83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
make start
6363
sleep 2s
6464
- name: Docker - mod or stack
65-
run: docker run -p 52567:6379 -d redis/redis-stack-server:7.4.0-rc2
65+
run: docker run -p 52567:6379 -d redis/redis-stack-server:7.4.0-v0
6666
- name: Test commands - default protocol
6767
run: mvn -Dtest="redis.clients.jedis.commands.**" test
6868
- name: Test commands - RESP3 protocol

0 commit comments

Comments
 (0)