File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1010 - 7.2
1111 - 7.3
1212 - 7.4
13- - hhvm # ignore errors, see below
1413
1514# lock distro so new future defaults will not break the build
1615dist : xenial
@@ -23,8 +22,6 @@ matrix:
2322 dist : trusty
2423 - php : 5.5
2524 dist : trusty
26- allow_failures :
27- - php : hhvm
2825
2926sudo : false
3027
Original file line number Diff line number Diff line change @@ -480,8 +480,7 @@ $ composer require clue/mq-react:^1.1
480480See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
481481
482482This project aims to run on any platform and thus does not require any PHP
483- extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
484- HHVM.
483+ extensions and supports running on legacy PHP 5.3 through current PHP 7+.
485484It's * highly recommended to use PHP 7+* for this project.
486485
487486## Tests
You can’t perform that action at this time.
0 commit comments