summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:04:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:04:44 +0000
commit92fdafd73450b0e27e354f3225e84e00e5d0b6cd (patch)
treedca744bab83dd06aa43d691925d7dce34ed0b58e /.github/workflows/test.yaml
parentAdding upstream version 1.12.0. (diff)
downloadiredis-92fdafd73450b0e27e354f3225e84e00e5d0b6cd.tar.xz
iredis-92fdafd73450b0e27e354f3225e84e00e5d0b6cd.zip
Adding upstream version 1.12.1.upstream/1.12.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 722c808..114c3b7 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest]
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
- redis: [5, 6]
+ redis: [5, 6, 7]
runs-on: ${{ matrix.os }}
services: