Uh oh!
There was an error while loading. Please reload this page.
Update travis config to test againt 7.0, 7.1, and nightly - #56
Conversation
| - 7 | ||
| - 7.0 | ||
| - 7.1 | ||
| - nightly |
There was a problem hiding this comment.
Will this library continue to work once a nightly contains breaking changes or PHP 8 or PHP 9 will be released? I'm not sure we can guarantee this, so I would rather remove the "nightly" build here.
Also, I would vote to not merge this yet at least until the issues with PHP 7.1 are resolved 👍
There was a problem hiding this comment.
We could move nightly to allowed to fail so we know if it works on PHP 8 and PHP 9 before it comes out 😄
There was a problem hiding this comment.
Makes sense, either that or removing it altogether 👍
There was a problem hiding this comment.
Sorry for the delay. I updated the changes to allow nightly failures. I have not had time to fix the test suite for 7.1 though.
c884302 to
0646f1bCompare
This relates to the PHP 7.1 failures reported in #55
I will try to submit a fix for the failures when I get time unless someone else gets to fixing the failures before I do.