File tree Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
os : [ubuntu-latest]
12
- php : [7.4, 7.3 ]
13
- laravel : [6.*, 7.*, 8.*]
12
+ php : [7.4]
13
+ laravel : [7.*, 8.*]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
16
- laravel : 8.*
17
17
testbench : 6.*
18
18
- laravel : 7.*
19
19
testbench : 5.*
20
- - laravel : 6.*
21
- testbench : 4.*
22
20
23
21
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
24
22
Original file line number Diff line number Diff line change 30
30
}
31
31
],
32
32
"require" : {
33
- "php" : " ^7.3 " ,
34
- "illuminate/support" : " ^6.0|^ 7.0|^8.0" ,
35
- "illuminate/http" : " ^6.0|^ 7.0|^8.0" ,
36
- "illuminate/contracts" : " ^6.0|^ 7.0|^8.0"
33
+ "php" : " ^7.4 " ,
34
+ "illuminate/support" : " ^7.0|^8.0" ,
35
+ "illuminate/http" : " ^7.0|^8.0" ,
36
+ "illuminate/contracts" : " ^7.0|^8.0"
37
37
},
38
38
"require-dev" : {
39
- "phpunit/phpunit" : " ^8.0 " ,
40
- "orchestra/testbench" : " ^4.0|^ 5.0|^6.0" ,
41
- "spatie/phpunit-snapshot-assertions" : " ^2 .2"
39
+ "phpunit/phpunit" : " ^9.3 " ,
40
+ "orchestra/testbench" : " ^5.0|^6.0" ,
41
+ "spatie/phpunit-snapshot-assertions" : " ^4 .2"
42
42
},
43
43
"autoload" : {
44
44
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" verbose =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
- <coverage >
4
- <include >
5
- <directory suffix =" .php" >src/</directory >
6
- </include >
7
- <report >
8
- <clover outputFile =" build/logs/clover.xml" />
9
- <html outputDirectory =" build/coverage" />
10
- <text outputFile =" build/coverage.txt" />
11
- </report >
12
- </coverage >
13
3
<testsuites >
14
4
<testsuite name =" Spatie Test Suite" >
15
5
<directory >tests</directory >
You can’t perform that action at this time.
0 commit comments