remove ruby 2.5 tests and add ruby 3.0 tests

This commit is contained in:
Alexander Meindl
2021-11-11 10:21:31 +01:00
parent 3f12e31568
commit bba0807350

View File

@@ -12,12 +12,16 @@ jobs:
strategy:
matrix:
ruby: ['2.7', '2.6', '2.5']
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: