Skip to content

Commit

Permalink
CI on PHP 7.2, add HHVM notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 25, 2017
1 parent 90db71d commit 4da1620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist: trusty

php:
- 7.1
- 7.2
- hhvm

env:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Just define the following requirement in your `composer.json` file:

### Requirements

This library requires PHP 7.1 or [HHVM](http://hhvm.com/).
For PHP 5.6 compatibility, use version `0.5`.
This library requires PHP 7.1 or later.
For PHP 5.6 or HHVM compatibility, use version `0.5`.

Although the library can work seamlessly on any PHP installation, it is highly recommended that you install the
[GMP](http://php.net/manual/en/book.gmp.php) or [BCMath](http://php.net/manual/en/book.bc.php) extension
Expand All @@ -43,7 +43,7 @@ existing code, etc.), `y` is incremented.

**When a breaking change is introduced, a new `0.x` version cycle is always started.**

It is therefore safe to lock your project to a given release cycle, such as `0.5.*`.
It is therefore safe to lock your project to a given release cycle, such as `0.6.*`.

If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/math/releases)
for a list of changes introduced by each further `0.x.0` version.
Expand Down

0 comments on commit 4da1620

Please sign in to comment.