File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
code-analysis : ' yes'
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Setup PHP, with composer and extensions
33
33
uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
65
65
run : vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
66
66
67
67
- name : Code Coverage
68
- uses : codecov/codecov-action@v4
68
+ uses : codecov/codecov-action@v5
69
69
if : matrix.coverage != 'none'
Original file line number Diff line number Diff line change 46
46
}
47
47
},
48
48
"require-dev" : {
49
- "friendsofphp/php-cs-fixer" : " ^3.64 " ,
49
+ "friendsofphp/php-cs-fixer" : " ^3.87 " ,
50
50
"phpstan/phpstan" : " ^1.12" ,
51
51
"phpstan/phpstan-phpunit" : " ^1.4" ,
52
52
"phpstan/phpstan-strict-rules" : " ^1.6" ,
You can’t perform that action at this time.
0 commit comments