Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify which versions of HHVM we should test in travis #399

Merged
merged 1 commit into from
Feb 12, 2019
Merged

Conversation

aaron-junot
Copy link

HHVM no longer supports Composer or PHP as of version 4.0.0. More information can be found in their blog. https://hhvm.com/blog/2019/02/11/hhvm-4.0.0.html

@aaron-junot aaron-junot force-pushed the specify-hhvm branch 2 times, most recently from f4f8125 to 8b981b2 Compare February 12, 2019 17:34
.travis.yml Outdated
sudo: false
dist: trusty
install:
- composer install --dev
script: vendor/phpunit/phpunit/phpunit Tests
matrix:
allow_failures:
- hhvm
Copy link
Contributor

@bhelx bhelx Feb 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to specify which version you will allow to fail

@aaron-junot aaron-junot force-pushed the specify-hhvm branch 4 times, most recently from 3969af1 to 125c5db Compare February 12, 2019 17:56
README.md Outdated
@@ -115,6 +115,8 @@ $ vendor/bin/phpunit
- [https://support.recurly.com](https://support.recurly.com)
- [stackoverflow](http://stackoverflow.com/questions/tagged/recurly)

Note: Though our library may work on older versions of PHP, we only support [current versions of PHP](http://php.net/supported-versions.php), as well as current LTS versions of [HHVM](https://docs.hhvm.com/hhvm/installation/release-schedule) which support PHP and Composer.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How something along these lines:

## Supported Versions

We support all ["currently supported versions" of PHP](http://php.net/supported-versions.php).
We also support the LTS versions of [HHVM](https://docs.hhvm.com/hhvm/installation/release-schedule) but only those which support PHP and Composer.

Copy link
Contributor

@bhelx bhelx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bhelx bhelx merged commit 5d1f251 into master Feb 12, 2019
@bhelx bhelx deleted the specify-hhvm branch February 12, 2019 18:28
@bhelx bhelx added the V2 V2 Client label Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V2 V2 Client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants