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 7777
7878 - name : Upload coverage reports to Codecov
7979 if : ${{ matrix.tool == 'code-coverage' }}
80- uses : codecov/codecov-action@v3
80+ uses : codecov/codecov-action@v4
8181 with :
8282 token : ${{ secrets.CODECOV_TOKEN }}
8383 files : ./.phpunit.cache/clover.xml
Original file line number Diff line number Diff line change 3434 "guzzlehttp/psr7" : " ^2" ,
3535 "php-mock/php-mock-phpunit" : " ^2.6" ,
3636 "phpstan/phpstan" : " ^1.10" ,
37- "phpunit/phpunit" : " ^9 || ^10.5"
37+ "phpunit/phpunit" : " ^9 || ^10.5 || ^11.0 "
3838 },
3939 "autoload" : {
4040 "psr-4" : {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ services:
3939 - ./.docker/redmine-50101_data/sqlite:/usr/src/redmine/sqlite
4040
4141 redmine-50007 :
42- image : redmine:5.0.7
42+ image : redmine:5.1.1
4343 user : " 1000:1000"
4444 ports :
4545 - " 5007:3000"
You can’t perform that action at this time.
0 commit comments