File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -2,23 +2,26 @@ language: php
22
33php :
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
1617matrix :
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
2326sudo : false
2427
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