mirror of https://github.com/rq/rq.git
Merge branch 'master' of github.com:rq/rq
This commit is contained in:
commit
c0bb0ba4e6
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue