File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 21
21
- LARAVEL=5.4.* TESTBENCH=3.4.* PHPUNIT=5.7.*
22
22
- LARAVEL=5.5.* TESTBENCH=3.5.* PHPUNIT=6.5.*
23
23
- LARAVEL=5.6.* TESTBENCH=3.6.* PHPUNIT=7.0.*
24
+ - LARAVEL=5.7.* TESTBENCH=3.7.* PHPUNIT=7.3.*
24
25
25
26
matrix :
26
27
exclude :
27
28
- php : 5.6
28
29
env : LARAVEL=5.5.* TESTBENCH=3.5.* PHPUNIT=6.5.*
29
30
- php : 5.6
30
31
env : LARAVEL=5.6.* TESTBENCH=3.6.* PHPUNIT=7.0.*
32
+ - php : 5.6
33
+ env : LARAVEL=5.7.* TESTBENCH=3.7.* PHPUNIT=7.0.*
31
34
- php : 7.0
32
35
env : LARAVEL=5.6.* TESTBENCH=3.6.* PHPUNIT=7.0.*
36
+ - php : 7.0
37
+ env : LARAVEL=5.7.* TESTBENCH=3.7.* PHPUNIT=7.0.*
33
38
- php : 7.2
34
39
env : LARAVEL=5.0.* TESTBENCH=3.0.* PHPUNIT=4.8.*
35
40
Original file line number Diff line number Diff line change 17
17
"sentry/sentry" : " ^1.9.0"
18
18
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " 7.0 .*" ,
21
- "laravel/framework" : " 5.6 .*" ,
22
- "orchestra/testbench" : " 3.6 .*" ,
23
- "friendsofphp/php-cs-fixer" : " 2.2 .*"
20
+ "phpunit/phpunit" : " 7.3 .*" ,
21
+ "laravel/framework" : " 5.7 .*" ,
22
+ "orchestra/testbench" : " 3.7 .*" ,
23
+ "friendsofphp/php-cs-fixer" : " 2.7 .*"
24
24
},
25
25
"autoload" : {
26
26
"psr-0" : {
Original file line number Diff line number Diff line change 7
7
convertWarningsToExceptions =" true"
8
8
processIsolation =" false"
9
9
stopOnFailure =" false"
10
- syntaxCheck =" false"
11
- bootstrap =" test/bootstrap.php"
12
- >
10
+ bootstrap =" test/bootstrap.php" >
13
11
<testsuites >
14
12
<testsuite name =" Sentry Test Suite" >
15
13
<directory >./test/Sentry/</directory >
You can’t perform that action at this time.
0 commit comments