Skip to content

Commit

Permalink
update redmine 5.1.4 to 5.1.5, use 6.0.2 for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jan 20, 2025
1 parent 87b30a2 commit 16d6de9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ services:
- ./:/var/www/project/ # Location of the project for php-fpm. Note this should be the same for NGINX.*

redmine-dev:
image: redmine:5.1.4
user: "1000:1000"
image: redmine:6.0.2
ports:
- "3000:3000"
environment:
Expand All @@ -25,23 +24,23 @@ services:
# Make sure the following services are configured in:
# - /tests/Behat/behat.yml

redmine-50104:
image: redmine:5.1.4
redmine-50105:
image: redmine:5.1.5
user: "1000:1000"
ports:
- "5103:3000"
- "5105:3000"
environment:
REDMINE_SECRET_KEY_BASE: supersecretkey
REDMINE_PLUGINS_MIGRATE: true
volumes:
- ./.docker/redmine-50104_data/files:/usr/src/redmine/files
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite
- ./.docker/redmine-50105_data/files:/usr/src/redmine/files
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite

redmine-50010:
image: redmine:5.0.10
user: "1000:1000"
ports:
- "5009:3000"
- "5010:3000"
environment:
REDMINE_SECRET_KEY_BASE: supersecretkey
REDMINE_PLUGINS_MIGRATE: true
Expand Down
4 changes: 2 additions & 2 deletions tests/Behat/behat.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
default:
suites:
redmine_50104:
redmine_50105:
paths:
- '%paths.base%/features'
contexts:
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
redmineVersion: '5.1.4'
redmineVersion: '5.1.5'
redmine_50010:
paths:
- '%paths.base%/features'
Expand Down

0 comments on commit 16d6de9

Please sign in to comment.