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 2121 - LARAVEL=5.4.* TESTBENCH=3.4.* PHPUNIT=5.7.*
2222 - LARAVEL=5.5.* TESTBENCH=3.5.* PHPUNIT=6.5.*
2323 - LARAVEL=5.6.* TESTBENCH=3.6.* PHPUNIT=7.0.*
24+ - LARAVEL=5.7.* TESTBENCH=3.7.* PHPUNIT=7.3.*
2425
2526matrix :
2627 exclude :
2728 - php : 5.6
2829 env : LARAVEL=5.5.* TESTBENCH=3.5.* PHPUNIT=6.5.*
2930 - php : 5.6
3031 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.*
3134 - php : 7.0
3235 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.*
3338 - php : 7.2
3439 env : LARAVEL=5.0.* TESTBENCH=3.0.* PHPUNIT=4.8.*
3540
Original file line number Diff line number Diff line change 1717 "sentry/sentry" : " ^1.9.0"
1818 },
1919 "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 .*"
2424 },
2525 "autoload" : {
2626 "psr-0" : {
Original file line number Diff line number Diff line change 77 convertWarningsToExceptions =" true"
88 processIsolation =" false"
99 stopOnFailure =" false"
10- syntaxCheck =" false"
11- bootstrap =" test/bootstrap.php"
12- >
10+ bootstrap =" test/bootstrap.php" >
1311 <testsuites >
1412 <testsuite name =" Sentry Test Suite" >
1513 <directory >./test/Sentry/</directory >
You can’t perform that action at this time.
0 commit comments