File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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@v6
2121 with :
2222 fetch-depth : 2
2323
9898
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v6
102102 with :
103103 fetch-depth : 2
104104
Original file line number Diff line number Diff line change 3636 "guzzlehttp/psr7" : " ^2" ,
3737 "php-mock/php-mock-phpunit" : " ^2.13" ,
3838 "phpstan/phpstan" : " ^2.1" ,
39- "phpunit/phpunit" : " ^9.5 || ^10.5 || ^11.2 || ^12.0.9" ,
39+ "phpunit/phpunit" : " ^9.5 || ^10.5 || ^11.2 || ^12.0.9 || ^13.0.0 " ,
4040 "rector/rector" : " ^2.3"
4141 },
4242 "autoload" : {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ services:
4545 - ./.docker/redmine-60100_data/sqlite:/usr/src/redmine/sqlite
4646
4747 redmine-6-0 :
48- image : redmine:6.0.7
48+ image : redmine:6.1.1
4949 user : " 33:33"
5050 ports :
5151 - " 5060:3000"
@@ -59,7 +59,7 @@ services:
5959 - ./.docker/redmine-60007_data/sqlite:/usr/src/redmine/sqlite
6060
6161 redmine-5-1 :
62- image : redmine:5 .1.10
62+ image : redmine:6 .1.1
6363 user : " 33:33"
6464 ports :
6565 - " 5051:3000"
You can’t perform that action at this time.
0 commit comments