diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yaml | 3 |
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: |