add ruby 3 to test pipeline

This commit is contained in:
Alexander Meindl 2021-10-17 17:23:49 +02:00
parent 73f68076e4
commit a4af66df97

View File

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