From 89f80db0e0383eda73b61b23a4747185c8505e46 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 Dec 2021 19:29:36 +0100 Subject: Adding upstream version 1.10.0. Signed-off-by: Daniel Baumann --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/test.yaml') 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 -- cgit v1.2.3