Skip to content

Commit

Permalink
Drop HHVM support, test on PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 13, 2018
1 parent f50a429 commit 396b6a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ dist: trusty
php:
- 7.1
- 7.2
- hhvm

matrix:
allow_failures:
- php: hhvm
- 7.3

before_script:
- if [[ $TRAVIS_PHP_VERSION = hhv* ]]; then echo hhvm.php7.all=1 >> /etc/hhvm/php.ini; fi
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ Requirements

This library requires PHP 7.1 or later.

### HHVM support

HHVM support is in the works, we are waiting for the HHVM team to fix these bugs:

- #3637 [DateTimeZone constructor does not accept time-zone offsets](https://github.com/facebook/hhvm/issues/3637)
- ~~#3650 [DateTime complains about default timezone even when a timezone is given explictly](https://github.com/facebook/hhvm/issues/3650)~~
- ~~#3651 [Incompatible handling of date-times during DST transitions](https://github.com/facebook/hhvm/issues/3651)~~
- #6954 [Typed variadics not supported in PHP code](https://github.com/facebook/hhvm/issues/6954)


Project status & release process
--------------------------------

Expand Down

0 comments on commit 396b6a8

Please sign in to comment.