Skip to content

Commit c1d868d

Browse files
committed
Drop legacy HHVM support
1 parent 6416b71 commit c1d868d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ php:
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
1615
dist: xenial
@@ -23,8 +22,6 @@ matrix:
2322
dist: trusty
2423
- php: 5.5
2524
dist: trusty
26-
allow_failures:
27-
- php: hhvm
2825

2926
sudo: false
3027

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,8 +480,7 @@ $ composer require clue/mq-react:^1.1
480480
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
481481

482482
This 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+.
485484
It's *highly recommended to use PHP 7+* for this project.
486485

487486
## Tests

0 commit comments

Comments
 (0)