Add Redmine 4.2 to github actions

This commit is contained in:
Alexander Meindl
2021-03-28 09:39:04 +02:00
parent 18e3cb6af5
commit b290a59f5c

View File

@@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
ruby: ['2.6', '2.4']
redmine: ['4.0-stable', '4.1-stable', 'master']
redmine: ['4.0-stable', '4.1-stable', '4.2-stable', 'master']
db: ['postgres', 'mysql']
include:
- ruby: '2.7'
redmine: master
redmine: 4.2-stable
db: postgres
fail-fast: false