File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77
77
78
78
- name : Upload coverage reports to Codecov
79
79
if : ${{ matrix.tool == 'code-coverage' }}
80
- uses : codecov/codecov-action@v3
80
+ uses : codecov/codecov-action@v4
81
81
with :
82
82
token : ${{ secrets.CODECOV_TOKEN }}
83
83
files : ./.phpunit.cache/clover.xml
Original file line number Diff line number Diff line change 34
34
"guzzlehttp/psr7" : " ^2" ,
35
35
"php-mock/php-mock-phpunit" : " ^2.6" ,
36
36
"phpstan/phpstan" : " ^1.10" ,
37
- "phpunit/phpunit" : " ^9 || ^10.5"
37
+ "phpunit/phpunit" : " ^9 || ^10.5 || ^11.0 "
38
38
},
39
39
"autoload" : {
40
40
"psr-4" : {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ services:
39
39
- ./.docker/redmine-50101_data/sqlite:/usr/src/redmine/sqlite
40
40
41
41
redmine-50007 :
42
- image : redmine:5.0.7
42
+ image : redmine:5.1.1
43
43
user : " 1000:1000"
44
44
ports :
45
45
- " 5007:3000"
You can’t perform that action at this time.
0 commit comments