From 887d3917bd687457d1927a10bcaacde4c585b06f Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Wed, 24 Mar 2021 16:34:13 +0100 Subject: [PATCH] github action does not execpt multiple excludes, use include --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 827b5e7..f05a240 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,9 +14,9 @@ jobs: matrix: ruby: ['2.7', '2.6', '2.4'] redmine: ['4.0-stable', '4.1-stable', 'master'] - exclude: + include: - ruby: '2.7' - redmine: ['4.0-stable', '4.1-stable'] + redmine: 'master' fail-fast: false services: