File tree 3 files changed +9
-25
lines changed
3 files changed +9
-25
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,10 @@ jobs:
18
18
- " 8.3"
19
19
- " 8.2"
20
20
- " 8.1"
21
- - " 8.0"
22
- - " 7.4"
23
21
24
22
php-code-coverage-version :
25
23
- " ^11.0"
26
- - " ^10.0"
27
- - " ^9.2.16"
24
+ - " ^10.1"
28
25
29
26
symfony-version :
30
27
- " ^7.0"
44
41
exclude :
45
42
- php-version : " 8.1"
46
43
symfony-version : " ^7.0"
47
- - php-version : " 8.0"
48
- symfony-version : " ^7.0"
49
- - php-version : " 7.4"
50
- symfony-version : " ^7.0"
51
- - php-version : " 7.4"
52
- symfony-version : " ^6.0"
53
- - php-version : " 8.0"
54
- php-code-coverage-version : " ^10.0"
55
- - php-version : " 7.4"
56
- php-code-coverage-version : " ^10.0"
57
44
- php-version : " 8.1"
58
45
php-code-coverage-version : " ^11.0"
59
- - php-version : " 8.0"
60
- php-code-coverage-version : " ^11.0"
61
- - php-version : " 7.4"
62
- php-code-coverage-version : " ^11.0"
63
46
64
47
steps :
65
48
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 16
16
"composer-runtime-api" : " ^2.0" ,
17
17
"behat/behat" : " ^3.10" ,
18
18
"composer/semver" : " ^3.0" ,
19
- "phpunit/php-code-coverage" : " ^9.2.16||^ 10.0 ||^11.0" ,
19
+ "phpunit/php-code-coverage" : " ^10.1 ||^11.0" ,
20
20
"symfony/config" : " ^5.1.4||^6.0||^7.0" ,
21
21
"symfony/console" : " ^5.3.7||^6.0.9||^7.0" ,
22
22
"symfony/dependency-injection" : " ^5.1.4||^6.0||^7.0" ,
23
23
"symfony/event-dispatcher" : " ^5.0||^6.0||^7.0"
24
24
},
25
25
"require-dev" : {
26
26
"friendsofphp/php-cs-fixer" : " ^3.38.0" ,
27
- "phpunit/phpunit" : " ^9.5.5||^ 10.0 ||^11.0" ,
27
+ "phpunit/phpunit" : " ^10.1 ||^11.0" ,
28
28
"symfony/filesystem" : " ^5.0||^6.0||^7.0"
29
29
},
30
30
"suggest" : {
Original file line number Diff line number Diff line change 21
21
</testsuite >
22
22
</testsuites >
23
23
24
+ <source >
25
+ <include >
26
+ <directory >src</directory >
27
+ </include >
28
+ </source >
29
+
24
30
<!-- pathCoverage must be set false here for CI or PCOV fails. It is enabled via CLI for Xdebug -->
25
31
<coverage pathCoverage =" false" cacheDirectory =" build/phpunit-cache/coverage" >
26
-
27
- <include >
28
- <directory >src</directory >
29
- </include >
30
-
31
32
<report >
32
33
<html outputDirectory =" build/coverage" />
33
34
<text outputFile =" php://stdout" showUncoveredFiles =" true" />
You can’t perform that action at this time.
0 commit comments