github action does not execpt multiple excludes, use include

This commit is contained in:
Alexander Meindl
2021-03-24 16:35:24 +01:00
parent 887d3917bd
commit 2678b5512b

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
ruby: ['2.7', '2.6', '2.4']
ruby: ['2.6', '2.4']
redmine: ['4.0-stable', '4.1-stable', 'master']
include:
- ruby: '2.7'