Merge branch 'master' of github.com:rq/rq

main
Selwin Ong 2 years ago
commit c0bb0ba4e6

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"] python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6] redis-version: [3, 4, 5, 6, 7]
redis-py-version: [3.5.0] redis-py-version: [3.5.0]
steps: steps:
@ -50,7 +50,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"] python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6] redis-version: [3, 4, 5, 6, 7]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"] python-version: ["3.5", "3.6", "3.7", "3.8.3", "3.9", "3.10"]
redis-version: [3, 4, 5, 6] redis-version: [3, 4, 5, 6, 7]
redis-py-version: [3.5.0] redis-py-version: [3.5.0]
steps: steps:

Loading…
Cancel
Save