File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22
3- php :
4- - ' 7.0'
5- - ' 7.2'
3+ matrix :
4+ include :
5+ - php : 7.1
6+ - php : 7.2
7+ - php : 7.3
8+ - php : 7.4
9+ - php : 8.0
10+ - php : nightly
11+ allow_failures :
12+ - php : nightly
13+ fast_finish : true
614
715env :
816 global :
Original file line number Diff line number Diff line change 2020 }
2121 },
2222 "require" : {
23- "php" : " >=7 .0" ,
23+ "php" : " ^7.1 || ^8 .0" ,
2424 "netresearch/jsonmapper" : " ^1.0 || ^2.0" ,
2525 "phpdocumentor/reflection-docblock" : " ^4.3.4 || ^5.0.0"
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " ^6.0 .0"
28+ "phpunit/phpunit" : " ^7.0 || ^8 .0"
2929 },
3030 "minimum-stability" : " dev" ,
3131 "prefer-stable" : true
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class DispatcherTest extends TestCase
1313 private $ callsOfNestedTarget ;
1414 private $ dispatcher ;
1515
16- public function setUp ()
16+ public function setUp (): void
1717 {
1818 $ this ->calls = [];
1919 $ this ->callsOfNestedTarget = [];
You can’t perform that action at this time.
0 commit comments