Skip to content

Commit

Permalink
Use Redis 7.4 branch and 7.4.0-v0 image for testing (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored Jul 29, 2024
1 parent 287d743 commit e52b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
make start
sleep 2s
- name: Docker - mod or stack
run: docker run -p 52567:6379 -d redis/redis-stack-server:7.4.0-rc2
run: docker run -p 52567:6379 -d redis/redis-stack-server:7.4.0-v0
- name: Test commands - default protocol
run: mvn -Dtest="redis.clients.jedis.commands.**" test
- name: Test commands - RESP3 protocol
Expand Down

0 comments on commit e52b83b

Please sign in to comment.