We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After I created the PR ( #259 ), I saw that the build ended with an error ( https://travis-ci.org/guzzle/psr7/jobs/492774182 ). And on master too https://travis-ci.org/Bu4ak/psr7/jobs/493026322 .
I think it happened because of the hhvm updated two days ago ( https://github.com/facebook/hhvm/releases/tag/HHVM-4.0.0 )
And Travis uses it (4.0.0) instead of the previous one (3.30.3), because the version in the config is not specified.
The text was updated successfully, but these errors were encountered:
composer/composer#7990
We need to specify the version or delete the step hhvm
Sorry, something went wrong.
Thanks @bu4ak . We are aiming to drop HHVM support, so #262 should fix the problem.
No branches or pull requests
After I created the PR ( #259 ), I saw that the build ended with an error ( https://travis-ci.org/guzzle/psr7/jobs/492774182 ).
And on master too https://travis-ci.org/Bu4ak/psr7/jobs/493026322 .
I think it happened because of the hhvm updated two days ago ( https://github.com/facebook/hhvm/releases/tag/HHVM-4.0.0 )
And Travis uses it (4.0.0) instead of the previous one (3.30.3), because the version in the config is not specified.
The text was updated successfully, but these errors were encountered: