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 30
30
},
31
31
"require-dev" : {
32
32
"friendsofphp/php-cs-fixer" : " ^3.45" ,
33
- "phpunit/phpunit" : " ^9 || ^10.5" ,
33
+ "phpunit/phpunit" : " ^9 || ^10.5 || ^11.0 " ,
34
34
"guzzlehttp/psr7" : " ^2" ,
35
35
"php-mock/php-mock-phpunit" : " ^2.6" ,
36
36
"phpstan/phpstan" : " ^1.10"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
- ./.docker/redmine-50101_data/sqlite:/usr/src/redmine/sqlite
38
38
39
39
redmine-50007 :
40
- image : redmine:5.0.7
40
+ image : redmine:5.1.1
41
41
ports :
42
42
- " 5007:3000"
43
43
environment :
You can’t perform that action at this time.
0 commit comments