pull/6/head
Marcus Poehls 2019-12-17 14:58:40 +01:00
parent c6f32c400f
commit dfdd63a002
1 changed files with 1 additions and 1 deletions

View File

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