Merging upstream version 1.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
455e66126a
commit
cd1500a24a
19 changed files with 152 additions and 114 deletions
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
|
@ -10,10 +10,11 @@ jobs:
|
|||
test:
|
||||
name: Pytest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ubuntu-20.04"]
|
||||
python: ["3.7", "3.8", "3.9", "3.10", "3.11.1"]
|
||||
redis: [5, 6, 7]
|
||||
redis: [5, 6, 7, 7.2]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
services:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue