File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 - 7.1
1010 - 7.2
1111 - 7.3
12- - hhvm # ignore errors, see below
12+ # - hhvm # requires legacy phpunit & ignore errors, see below
1313
1414# lock distro so new future defaults will not break the build
1515dist : trusty
@@ -18,6 +18,8 @@ matrix:
1818 include :
1919 - php : 5.3
2020 dist : precise
21+ - php : hhvm
22+ install : composer require phpunit/phpunit:^5 --dev --no-interaction
2123 allow_failures :
2224 - php : hhvm
2325
Original file line number Diff line number Diff line change 77 "php" : " >=5.3.0"
88 },
99 "require-dev" : {
10- "phpunit/phpunit" : " ~4.8.35 || ^5.7 || ^6.4 "
10+ "phpunit/phpunit" : " ^7.0 || ^6.4 || ^5.7 || ^4.8.35 "
1111 },
1212 "suggest" : {
1313 "ext-event" : " ~1.0 for ExtEventLoop" ,
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false"
1211 bootstrap =" vendor/autoload.php"
1312>
1413 <testsuites >
You can’t perform that action at this time.
0 commit comments