Skip to content

Commit b4a4fe2

Browse files
run tests against latest 8.0.2
1 parent 1e234db commit b4a4fe2

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
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
28-
redis-version: ['6.2.6-v9', 'latest', '8.0-M03']
28+
redis-version: ['6.2.6-v9', 'latest', '8.0.2']
2929

3030
steps:
3131
- name: Check out repository
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Set Redis image name
5151
run: |
52-
if [[ "${{ matrix.redis-version }}" == "8.0-M03" ]]; then
52+
if [[ "${{ matrix.redis-version }}" == "8.0.2" ]]; then
5353
echo "REDIS_IMAGE=redis:${{ matrix.redis-version }}" >> $GITHUB_ENV
5454
else
5555
echo "REDIS_IMAGE=redis/redis-stack-server:${{ matrix.redis-version }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)