File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ services:
1111 - ./:/var/www/project/ # Location of the project for php-fpm. Note this should be the same for NGINX.*
1212
1313 redmine-dev :
14- image : redmine:5.1.4
15- user : " 1000:1000"
14+ image : redmine:6.0.2
1615 ports :
1716 - " 3000:3000"
1817 environment :
@@ -25,23 +24,23 @@ services:
2524 # Make sure the following services are configured in:
2625 # - /tests/Behat/behat.yml
2726
28- redmine-50104 :
29- image : redmine:5.1.4
27+ redmine-50105 :
28+ image : redmine:5.1.5
3029 user : " 1000:1000"
3130 ports :
32- - " 5103 :3000"
31+ - " 5105 :3000"
3332 environment :
3433 REDMINE_SECRET_KEY_BASE : supersecretkey
3534 REDMINE_PLUGINS_MIGRATE : true
3635 volumes :
37- - ./.docker/redmine-50104_data /files:/usr/src/redmine/files
38- - ./.docker/redmine-50104_data /sqlite:/usr/src/redmine/sqlite
36+ - ./.docker/redmine-50105_data /files:/usr/src/redmine/files
37+ - ./.docker/redmine-50105_data /sqlite:/usr/src/redmine/sqlite
3938
4039 redmine-50010 :
4140 image : redmine:5.0.10
4241 user : " 1000:1000"
4342 ports :
44- - " 5009 :3000"
43+ - " 5010 :3000"
4544 environment :
4645 REDMINE_SECRET_KEY_BASE : supersecretkey
4746 REDMINE_PLUGINS_MIGRATE : true
Original file line number Diff line number Diff line change 11default :
22 suites :
3- redmine_50104 :
3+ redmine_50105 :
44 paths :
55 - ' %paths.base%/features'
66 contexts :
77 - Redmine\Tests\Behat\Bootstrap\FeatureContext :
8- redmineVersion : ' 5.1.4 '
8+ redmineVersion : ' 5.1.5 '
99 redmine_50010 :
1010 paths :
1111 - ' %paths.base%/features'
You can’t perform that action at this time.
0 commit comments