add ruby 3 to test pipeline
This commit is contained in:
parent
73f68076e4
commit
a4af66df97
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user