Skip to content

Commit

Permalink
Add Redmine 5 test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Mar 29, 2022
1 parent b8fa66c commit 3c17a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ services:
# Update 'VARIANT' to pick a version of Ruby: 3, 3.0, 2, 2.7, 2.6
# Append -bullseye or -buster to pin to an OS version.
# Use -bullseye variants on local arm64/Apple Silicon.
VARIANT: "2.7"
VARIANT: "3.0"
# Optional Node.js version to install
NODE_VERSION: "lts/*"
REDMINE_VERSION: "4.2-stable"
REDMINE_VERSION: "5.0-stable"

volumes:
- ..:/usr/local/redmine/plugins/redmine_code_review:cached
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
matrix:
db: [sqlite3, mysql, postgres]
ruby_version: [2.4, 2.5, 2.6, 2.7, 3.0, 3.1]
redmine_version: [4.1-stable, 4.2-stable, master]
redmine_version: [4.1-stable, 4.2-stable, 5.0-stable, master]
exclude:
- ruby_version: 2.4
redmine_version: master
- ruby_version: 2.4
redmine_version: 5.0-stable
- ruby_version: 2.7
redmine_version: 4.1-stable
- ruby_version: 3.0
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi

mkdir -p $TESTSPACE

export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git
export REDMINE_GIT_REPO=https://github.com/redmine/redmine.git
export REDMINE_GIT_TAG=$REDMINE_VER
export BUNDLE_GEMFILE=$PATH_TO_REDMINE/Gemfile

Expand Down

0 comments on commit 3c17a2b

Please sign in to comment.