Skip to content

Commit f7d1116

Browse files
authored
Merge pull request #19 from clue-labs/php7.4
Test against PHP 7.4 and PHP 7.3, drop legacy HHVM support and update distro on Travis
2 parents 1e82897 + c1d868d commit f7d1116

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.travis.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,26 @@ language: php
22

33
php:
44
# - 5.3 # requires old distro
5-
- 5.4
6-
- 5.5
5+
# - 5.4 # requires old distro
6+
# - 5.5 # requires old distro
77
- 5.6
88
- 7.0
99
- 7.1
1010
- 7.2
11-
- hhvm # ignore errors, see below
11+
- 7.3
12+
- 7.4
1213

1314
# lock distro so new future defaults will not break the build
14-
dist: trusty
15+
dist: xenial
1516

1617
matrix:
1718
include:
1819
- php: 5.3
1920
dist: precise
20-
allow_failures:
21-
- php: hhvm
21+
- php: 5.4
22+
dist: trusty
23+
- php: 5.5
24+
dist: trusty
2225

2326
sudo: false
2427

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)