Redmine 4.1

This commit is contained in:
Karel Pičman 2020-01-21 15:25:06 +01:00
parent 89df08f856
commit 5d3c669a82
2 changed files with 3 additions and 6 deletions

View File

@ -26,7 +26,7 @@ sudo: true
dist: xenial
rvm:
- 2.5
- 2.6
before_install:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test CHARACTER SET utf8mb4;'
@ -49,9 +49,6 @@ after_script:
- bash -x ./test/ci/redmine_install.sh -u
env:
- DB=sqlite
- DB=mysql
- DB=postgres
- DB=sqlite REDMINE_GIT_TAG=4.1-stable
- DB=mysql REDMINE_GIT_TAG=4.1-stable
- DB=postgres REDMINE_GIT_TAG=4.1-stable
@ -63,4 +60,4 @@ services:
- postgresql
addons:
mariadb: '10.3'
mariadb: '10.4'

View File

@ -24,7 +24,7 @@ if [[ ! -v REDMINE_GIT_REPO ]]; then
export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git
fi
if [[ ! -v REDMINE_GIT_TAG ]]; then
export REDMINE_GIT_TAG=4.0-stable
export REDMINE_GIT_TAG=4.1-stable
fi
clone()