File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
+ env :
4
+ XDEBUG_MODE : ' coverage'
5
+
3
6
on :
4
7
push :
5
8
pull_request :
11
14
runs-on : ubuntu-latest
12
15
strategy :
13
16
matrix :
14
- laravel : [8, 9 ]
17
+ laravel : [9, 10 ]
15
18
16
19
steps :
17
20
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 24
24
"livewire/livewire" : " ^2.10"
25
25
},
26
26
"require-dev" : {
27
- "orchestra/testbench" : " ^6.9|^7 .0"
27
+ "orchestra/testbench" : " ^7.0|^8 .0"
28
28
},
29
29
"minimum-stability" : " dev" ,
30
30
"prefer-stable" : true
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes = " false " bootstrap =" vendor/autoload.php" colors =" true" convertErrorsToExceptions = " true " convertNoticesToExceptions = " true " convertWarningsToExceptions = " true " processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" >
3
- <coverage processUncoveredFiles = " true " >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory = " .phpunit.cache " backupStaticProperties = " false " >
3
+ <coverage >
4
4
<include >
5
5
<directory suffix =" .php" >./src</directory >
6
6
</include >
You can’t perform that action at this time.
0 commit comments