Skip to content

Commit fa65fe2

Browse files
authored
Test Redis 8.4 in CI (#768)
* Test Redis 8.4 in CI
1 parent 59b284b commit fa65fe2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ jobs:
7777
matrix:
7878
os: [ ubuntu-latest ]
7979
pyver: [ "3.10", "3.11", "3.12", "3.13", "pypy-3.10" ]
80-
redisstack: [ "latest" ]
80+
redisstack: [ "redis/redis-stack:latest", "redis:8.4.0" ]
8181
fail-fast: false
8282
services:
8383
redis:
84-
image: redis/redis-stack:${{ matrix.redisstack }}
84+
image: ${{ matrix.redisstack }}
8585
ports:
8686
# Maps port 6379 on service container to the host
8787
- 6379:6379

0 commit comments

Comments
 (0)