summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-28 18:29:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-28 18:29:36 +0000
commit89f80db0e0383eda73b61b23a4747185c8505e46 (patch)
tree7b26817ed957116ecab11b7b67f55592064860c0 /.github/workflows/test.yaml
parentAdding upstream version 1.9.4. (diff)
downloadiredis-a9fe25c67ad6705a8a5d66cd4a8b6c68c6f341ab.tar.xz
iredis-a9fe25c67ad6705a8a5d66cd4a8b6c68c6f341ab.zip
Adding upstream version 1.10.0.upstream/1.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index ede6dd3..7c992c7 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -11,8 +11,8 @@ jobs:
name: Pytest
strategy:
matrix:
- os: [ubuntu-16.04]
- python: ['3.6', '3.7', '3.8', '3.9']
+ os: [ubuntu-latest]
+ python: ['3.6', '3.7', '3.8', '3.9', '3.10']
redis: [5, 6]
runs-on: ${{ matrix.os }}
@@ -52,7 +52,7 @@ jobs:
pytest || cat cli_test.log
lint:
name: flake8 & black
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2