Skip to content

Commit

Permalink
Merge branch 'feature/Redmine51' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Nov 3, 2023
2 parents 4d8ae0a + caf2e44 commit f16996d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: "3.0"
VARIANT: "3.2"
# Optional Node.js version to install
NODE_VERSION: "lts/*"
REDMINE_VERSION: "5.0-stable"
REDMINE_VERSION: "5.1-stable"

# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
db: [sqlite3, mysql, postgres]
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
redmine_version: [4.2-stable, 5.0-stable, master]
redmine_version: [4.2-stable, 5.0-stable, 5.1-stable, master]
exclude:
- ruby_version: "3.0"
redmine_version: 4.2-stable
Expand Down

0 comments on commit f16996d

Please sign in to comment.