From 8024bd91c33edfec8f3b647c578152534276d562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 8 Jan 2021 10:59:37 +0100 Subject: [PATCH] empty version matrix --- .github/workflows/fallback-to-latest-version.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/fallback-to-latest-version.yml b/.github/workflows/fallback-to-latest-version.yml index 50798fe..8972327 100644 --- a/.github/workflows/fallback-to-latest-version.yml +++ b/.github/workflows/fallback-to-latest-version.yml @@ -5,6 +5,9 @@ on: [push, pull_request] jobs: redis-action: runs-on: ubuntu-latest + strategy: + matrix: + redis-version: [] name: Start Redis Server with latest Redis version steps: @@ -13,3 +16,5 @@ jobs: - name: Start Redis Server uses: ./ + with: + redis-version: ${{ matrix.redis-version }}