Skip to content

Commit 7953e73

Browse files
committed
Use latest redis image
1 parent 85c220c commit 7953e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
python-version: ["3.9", "3.10", 3.12, 3.13]
9191
connection: ["hiredis", "plain"]
9292
redis-py-version: ["5.x", "6.x"]
93-
redis-version: ["6.2.6-v9", "latest", "8.0-M03"]
93+
redis-version: ["6.2.6-v9", "latest", "8.0.1"]
9494

9595
steps:
9696
- name: Check out repository
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Set Redis image name
134134
run: |
135-
if [[ "${{ matrix.redis-version }}" == "8.0-M03" ]]; then
135+
if [[ "${{ matrix.redis-version }}" == "8.0.1" ]]; then
136136
echo "REDIS_IMAGE=redis:${{ matrix.redis-version }}" >> $GITHUB_ENV
137137
else
138138
echo "REDIS_IMAGE=redis/redis-stack-server:${{ matrix.redis-version }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)