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 77
77
78
78
- name : Upload coverage reports to Codecov
79
79
if : ${{ matrix.tool == 'code-coverage' }}
80
- uses : codecov/codecov-action@v4
80
+ uses : codecov/codecov-action@v5
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
"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 @@ -38,7 +38,7 @@ services:
38
38
- ./.docker/redmine-50104_data/sqlite:/usr/src/redmine/sqlite
39
39
40
40
redmine-50010 :
41
- image : redmine:5.0.10
41
+ image : redmine:5.1.4
42
42
user : " 1000:1000"
43
43
ports :
44
44
- " 5009:3000"
@@ -52,7 +52,7 @@ services:
52
52
redmine-40210 :
53
53
# Redmine 4.2.11 is not available on Docker Hub
54
54
# @link https://hub.docker.com/_/redmine/tags?page=&page_size=&ordering=&name=4.2.11
55
- image : redmine:4.2.10
55
+ image : redmine:5.1.4
56
56
user : " 1000:1000"
57
57
ports :
58
58
- " 4210:3000"
You can’t perform that action at this time.
0 commit comments