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

This commit is contained in:
Selwin Ong 2022-07-31 16:55:14 +07:00
commit c0bb0ba4e6
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
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]
steps:
@ -50,7 +50,7 @@ jobs:
strategy:
matrix:
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:
- uses: actions/checkout@v3

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
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]
steps: