test feature branch, update ruby versions

This commit is contained in:
Jens Kraemer
2021-10-05 11:40:20 +08:00
parent b4af7e0eb3
commit 84a49f1d1c

View File

@@ -1,20 +1,20 @@
sudo: false
language: ruby
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.6.8
- 2.7.4
branches:
only:
- master
- feature/start-stop-ticket
addons:
postgresql: "9.6"
env:
- REDMINE_VER=4.0-stable
- REDMINE_VER=4.1-stable
- REDMINE_VER=4.2-stable
- REDMINE_VER=master
install: "echo skip bundle install"