File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
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 : " 4.0-dev"
10
+ COMPOSER_ROOT_VERSION : " 4.0.x -dev"
11
11
12
12
permissions :
13
13
contents : read
Original file line number Diff line number Diff line change 30
30
"php" : " >=8.2"
31
31
},
32
32
"require-dev" : {
33
- "phpunit/phpunit" : " ^11.0 "
33
+ "phpunit/phpunit" : " ^11.3 "
34
34
},
35
35
"autoload" : {
36
36
"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" >
16
19
</testsuite >
17
20
</testsuites >
18
21
19
- <source >
22
+ <source ignoreIndirectDeprecations = " true " restrictNotices = " true " restrictWarnings = " true " >
20
23
<include >
21
24
<directory >src</directory >
22
25
</include >
You can’t perform that action at this time.
0 commit comments