Skip to content

Commit ef42c1a

Browse files
authored
Merge branch 'main' into fix/cleanup-todos-and-classifier
2 parents 34df61e + fa65fe2 commit ef42c1a

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)