summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-11-04 18:52:12 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-11-04 18:52:12 +0000
commita596894f2d782b9df54c026696e55da1267f7936 (patch)
treee2696ad38feb91700ac875966e6aa0b30e732566 /.github
parentAdding upstream version 1.13.1. (diff)
downloadiredis-a596894f2d782b9df54c026696e55da1267f7936.tar.xz
iredis-a596894f2d782b9df54c026696e55da1267f7936.zip
Adding upstream version 1.14.0.upstream/1.14.0
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 01a9dfd..9516dd9 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -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: