File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php-versions : ['8.1 ', '8.2 ']
16+ php-versions : ['8.2 ', '8.3', '8.4 ']
1717 steps :
1818 - name : Setup PHP Action
1919 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php" : " ^8.1 " ,
25+ "php" : " ^8.2 " ,
2626 "webmozart/assert" : " ^1.11"
2727 },
2828 "require-dev" : {
2929 "laminas/laminas-coding-standard" : " ^2.4" ,
3030 "phpstan/phpstan" : " ^2.0" ,
3131 "phpstan/phpstan-webmozart-assert" : " ^2.0" ,
32- "phpunit/phpunit" : " ^10 .0" ,
32+ "phpunit/phpunit" : " ^11 .0" ,
3333 "rector/rector" : " dev-main"
3434 },
3535 "config" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10 .5/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" executionOrder =" defects" cacheDirectory =" .phpunit.cache" >
3- <coverage includeUncoveredFiles = " true " >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11 .5/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" executionOrder =" defects" cacheDirectory =" .phpunit.cache" >
3+ <coverage >
44 <report >
55 <clover outputFile =" build/logs/clover.xml" />
66 <html outputDirectory =" build/logs/html" />
You can’t perform that action at this time.
0 commit comments