run against Redis 6
parent
f0d16192df
commit
9b599b97b8
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
redis-version: [4, 5]
|
redis-version: [4, 5, 6]
|
||||||
|
|
||||||
name: Start Redis Server v${{ matrix.redis-version }}
|
name: Start Redis Server v${{ matrix.redis-version }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue