File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 2
2323
9898
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102 with :
103103 fetch-depth : 2
104104
Original file line number Diff line number Diff line change @@ -11,7 +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:6.0.5
14+ image : redmine:6.1.0
1515 ports :
1616 - " 3000:3000"
1717 environment :
@@ -27,7 +27,7 @@ services:
2727 # - /tests/Behat/behat.yml
2828
2929 redmine-60005 :
30- image : redmine:6.0.5
30+ image : redmine:6.1.0
3131 ports :
3232 - " 5060:3000"
3333 environment :
@@ -40,7 +40,7 @@ services:
4040 - ./.docker/redmine-60005_data/sqlite:/usr/src/redmine/sqlite
4141
4242 redmine-50108 :
43- image : redmine:5 .1.8
43+ image : redmine:6 .1.0
4444 user : " 1000:1000"
4545 ports :
4646 - " 5051:3000"
@@ -52,7 +52,7 @@ services:
5252 - ./.docker/redmine-50108_data/sqlite:/usr/src/redmine/sqlite
5353
5454 redmine-50012 :
55- image : redmine:5.0.12
55+ image : redmine:6.1.0
5656 user : " 1000:1000"
5757 ports :
5858 - " 5050:3000"
You can’t perform that action at this time.
0 commit comments