Skip to content

Commit e0de1c3

Browse files
committed
Update test matrix for Laravel 5.7
1 parent 1b311b7 commit e0de1c3

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,20 @@ env:
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

2526
matrix:
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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
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": {

phpunit.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
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>

0 commit comments

Comments
 (0)