File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
matrix :
12
12
- LARAVEL=5.8.*
13
- - LARAVEL=dev-master
13
+ - LARAVEL=^6.0
14
+ - LARAVEL=^7.0
14
15
15
16
matrix :
16
17
fast_finish : true
17
18
exclude :
18
19
- php : 7.1
19
- env : LARAVEL=dev-master
20
+ env : LARAVEL=^6.0
21
+ - php : 7.1
22
+ env : LARAVEL=^7.0
20
23
allow_failures :
21
- - env : LARAVEL=dev-master
24
+ - env : LARAVEL=^7.0
22
25
23
26
before_install :
24
27
- phpenv config-rm xdebug.ini || true
Original file line number Diff line number Diff line change 11
11
],
12
12
"require" : {
13
13
"php" : " ^7.1.3" ,
14
- "illuminate/notifications" : " ~5.8.0|^6.0" ,
14
+ "illuminate/notifications" : " ~5.8.0|^6.0|^7.0 " ,
15
15
"nexmo/client" : " ^1.0"
16
16
},
17
17
"require-dev" : {
18
18
"mockery/mockery" : " ^1.0" ,
19
- "phpunit/phpunit" : " ^7.0"
19
+ "phpunit/phpunit" : " ^7.0|^8.0 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
Original file line number Diff line number Diff line change 12
12
13
13
class NotificationNexmoChannelTest extends TestCase
14
14
{
15
- public function tearDown ()
15
+ protected function tearDown (): void
16
16
{
17
17
m::close ();
18
18
}
You can’t perform that action at this time.
0 commit comments