File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
name : " CI"
8
8
9
9
env :
10
- COMPOSER_ROOT_VERSION : " 5.0-dev"
10
+ COMPOSER_ROOT_VERSION : " 5.0.x -dev"
11
11
12
12
permissions :
13
13
contents : read
Original file line number Diff line number Diff line change 31
31
"php" : " >=8.2"
32
32
},
33
33
"require-dev" : {
34
- "phpunit/phpunit" : " ^11.0 "
34
+ "phpunit/phpunit" : " ^11.3 "
35
35
},
36
36
"autoload" : {
37
37
"classmap" : [
Original file line number Diff line number Diff line change 4
4
bootstrap =" vendor/autoload.php"
5
5
cacheDirectory =" .phpunit.cache"
6
6
executionOrder =" depends,defects"
7
+ shortenArraysForExportThreshold =" 10"
7
8
requireCoverageMetadata =" true"
8
9
beStrictAboutCoverageMetadata =" true"
9
10
beStrictAboutOutputDuringTests =" true"
11
+ displayDetailsOnPhpunitDeprecations =" true"
12
+ failOnPhpunitDeprecation =" true"
10
13
failOnRisky =" true"
11
14
failOnWarning =" true"
12
15
colors =" true" >
You can’t perform that action at this time.
0 commit comments