File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
126
126
- name : Upload coverage reports to Codecov
127
127
if : ${{ matrix.tool == 'code-coverage' }}
128
- uses : codecov/codecov-action@v4
128
+ uses : codecov/codecov-action@v5
129
129
with :
130
130
token : ${{ secrets.CODECOV_TOKEN }}
131
131
files : ./.phpunit.cache/clover.xml
Original file line number Diff line number Diff line change 34
34
"friendsofphp/php-cs-fixer" : " ^3.45" ,
35
35
"guzzlehttp/psr7" : " ^2" ,
36
36
"php-mock/php-mock-phpunit" : " ^2.6" ,
37
- "phpstan/phpstan" : " ^1.10 " ,
38
- "phpunit/phpunit" : " ^9.5 || ^10.5"
37
+ "phpstan/phpstan" : " ^2.0 " ,
38
+ "phpunit/phpunit" : " ^9.5 || ^10.5 || ^11.0 "
39
39
},
40
40
"autoload" : {
41
41
"psr-4" : {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
40
40
- ./.docker/redmine-60002_data/sqlite:/usr/src/redmine/sqlite
41
41
42
42
redmine-50105 :
43
- image : redmine:5.1.5
43
+ image : redmine:6.0.2
44
44
user : " 1000:1000"
45
45
ports :
46
46
- " 5105:3000"
@@ -52,7 +52,7 @@ services:
52
52
- ./.docker/redmine-50105_data/sqlite:/usr/src/redmine/sqlite
53
53
54
54
redmine-50010 :
55
- image : redmine:5 .0.10
55
+ image : redmine:6 .0.2
56
56
user : " 1000:1000"
57
57
ports :
58
58
- " 5010:3000"
You can’t perform that action at this time.
0 commit comments