Skip to content

Commit

Permalink
Update CI versions (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Dec 16, 2024
1 parent e89034d commit 0edd9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
redis-image: ['redis:7.0-alpine']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
redis-image: ['redis:7.4-alpine']
env-type: ['redis']

include:
Expand Down

0 comments on commit 0edd9a5

Please sign in to comment.