File tree Expand file tree Collapse file tree 4 files changed +121
-114
lines changed Expand file tree Collapse file tree 4 files changed +121
-114
lines changed Original file line number Diff line number Diff line change 16
16
fetch-depth : 0
17
17
18
18
- name : " Install PHP"
19
- uses : " shivammathur/setup-php@2.24.0 "
19
+ uses : " shivammathur/setup-php@2.25.2 "
20
20
with :
21
21
php-version : " 8.1"
22
22
ini-values : memory_limit=-1
Original file line number Diff line number Diff line change 58
58
run : " make infection PHPUNIT_FLAGS=--coverage-clover=coverage.xml INFECTION_FLAGS=--logger-github"
59
59
60
60
- name : " Upload Code Coverage"
61
- uses : " codecov/codecov-action@v3.1.1 "
61
+ uses : " codecov/codecov-action@v3.1.4 "
Original file line number Diff line number Diff line change 14
14
"doctrine/annotations" : " ^2.0.1"
15
15
},
16
16
"require-dev" : {
17
- "infection/infection" : " ^0.26 " ,
17
+ "infection/infection" : " ^0.27 " ,
18
18
"lcobucci/coding-standard" : " ^9.0" ,
19
- "phpstan/extension-installer" : " ^1.2 " ,
20
- "phpstan/phpstan" : " ^1.10.10 " ,
19
+ "phpstan/extension-installer" : " ^1.3.1 " ,
20
+ "phpstan/phpstan" : " ^1.10.15 " ,
21
21
"phpstan/phpstan-deprecation-rules" : " ^1.1.3" ,
22
- "phpstan/phpstan-phpunit" : " ^1.3.11 " ,
22
+ "phpstan/phpstan-phpunit" : " ^1.3.12 " ,
23
23
"phpstan/phpstan-strict-rules" : " ^1.5.1" ,
24
- "phpunit/phpunit" : " ^10.0.19 "
24
+ "phpunit/phpunit" : " ^10.1.3 "
25
25
},
26
26
"autoload" : {
27
27
"psr-4" : {
You can’t perform that action at this time.
0 commit comments