run against Redis 6

pull/6/head
Marcus Poehls 2020-06-15 16:25:13 +02:00 committed by GitHub
parent f0d16192df
commit 9b599b97b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
redis-version: [4, 5]
redis-version: [4, 5, 6]
name: Start Redis Server v${{ matrix.redis-version }}
steps: