Skip to content

Commit

Permalink
Restored using redis/redis-stack:7.0.6-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Mar 30, 2023
1 parent 76b6e09 commit 73b0c94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ jobs:
- "lint"
runs-on: ubuntu-latest
strategy:
max-parallel: 5
max-parallel: 8
fail-fast: false
matrix:
redis-image: [ "redis:6.2.10", "redis:7.0.7" ]
python-version: [ "3.7","3.8", "3.10", "3.11" ]
python-version: [ "3.7", "3.8", "3.10", "3.11" ]
redis-py: [ "4.3.6", "4.4.4", "4.5.4" ]
include:
- python-version: "3.10"
redis-image: "redis:6.2.10"
redis-py: "4.5.4"
lupa: true
- python-version: "3.10"
redis-image: "redis/redis-stack:7.0.6-RC8"
redis-image: "redis/redis-stack:7.0.6-RC3"
redis-py: "4.5.4"
lupa: true
json: true
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73b0c94

Please sign in to comment.