From 4687e0c1d27b144de1dadc32967b7ce7e1227c7f Mon Sep 17 00:00:00 2001 From: Marcus Poehls Date: Mon, 15 Jun 2020 16:30:46 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0621bfe..3886895 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [8.x, 10.x, 12.x, 13.x] - redis-version: [4, 5] + node-version: [10.x, 12.x, 14.x] + redis-version: [4, 5, 6] steps: - name: Git checkout