File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ jobs_default: &jobs_default
99 php-version : << matrix.php-version >>
1010 matrix :
1111 parameters :
12- php-version : [ "8.2", "8. 3", "8.4" ]
12+ php-version : [ "8.3", "8.4" ]
1313
1414
1515workflows :
Original file line number Diff line number Diff line change 2222 "minimum-stability" : " dev" ,
2323 "prefer-stable" : true ,
2424 "require" : {
25- "php" : " ^8.2 " ,
25+ "php" : " ^8.3 " ,
2626 "bigcommerce/injector" : " ^4.1" ,
2727 "phpspec/prophecy-phpunit" : " ^2.0" ,
28- "phpunit/phpunit" : " ^11.0"
28+ "phpunit/phpunit" : " ^11.0 || ^12.0 "
2929 },
3030 "require-dev" : {
3131 "phpstan/phpstan" : " ^1.10"
Original file line number Diff line number Diff line change 22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
44 backupGlobals =" false"
5- colors =" true"
65 bootstrap =" vendor/autoload.php"
7- failOnWarning =" true"
8- failOnRisky =" true"
96 cacheDirectory =" .phpunit.cache"
7+ colors =" true"
8+ displayDetailsOnTestsThatTriggerErrors =" true"
9+ displayDetailsOnTestsThatTriggerNotices =" true"
10+ displayDetailsOnTestsThatTriggerWarnings =" true"
11+ failOnDeprecation =" true"
12+ failOnNotice =" true"
13+ failOnPhpunitDeprecation =" true"
14+ failOnRisky =" true"
15+ failOnWarning =" true"
1016>
1117 <testsuites >
1218 <testsuite name =" MockInjector Test Suite" >
You can’t perform that action at this time.
0 commit comments