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" : " ~2.17.1||^ 3.64" ,
49
+ "friendsofphp/php-cs-fixer" : " ~2.17.1||3.64.0 " ,
50
50
"phpstan/phpstan" : " ^0.12" ,
51
51
"phpunit/phpunit" : " ^7.5 || ^8.5 || ^9.6"
52
52
},
You can’t perform that action at this time.
0 commit comments