frozen_string_literal, Coding standards fixed and ruby 2.7 warnings - redmine 4.1 and ruby 2.5 is required

This commit is contained in:
Alexander Meindl
2021-04-18 15:58:57 +02:00
parent 67a8faa284
commit dadaa32a57
37 changed files with 238 additions and 142 deletions

View File

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