Do not test master with ruby 2.4, because it is no longer supported by redmine

This commit is contained in:
Alexander Meindl
2021-04-02 07:55:39 +02:00
parent b290a59f5c
commit fae0efbc7c

View File

@@ -19,6 +19,9 @@ jobs:
- ruby: '2.7'
redmine: 4.2-stable
db: postgres
exclude:
- ruby: '2.4'
redmine: master
fail-fast: false
services: