File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
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 @@ -11,7 +11,7 @@ services:
11
11
- ./:/var/www/project/ # Location of the project for php-fpm. Note this should be the same for NGINX.*
12
12
13
13
redmine-dev :
14
- image : redmine:5.1.4
14
+ image : redmine:6.0.1
15
15
user : " 1000:1000"
16
16
ports :
17
17
- " 3000:3000"
@@ -26,7 +26,7 @@ services:
26
26
# - /tests/Behat/behat.yml
27
27
28
28
redmine-50104 :
29
- image : redmine:5.1.4
29
+ image : redmine:6.0.1
30
30
user : " 1000:1000"
31
31
ports :
32
32
- " 5103:3000"
@@ -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:6 .0.1
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:6.0.1
56
56
user : " 1000:1000"
57
57
ports :
58
58
- " 4210:3000"
You can’t perform that action at this time.
0 commit comments