Closed edudobay closed 4 years ago
Awesome. Thank you very much!
Hi @Nyholm! With the PHP 8.0 release today, are there plans for a new tagged release? That would be very much appreciated for dependent projects like Slim Framework, which tests against several PSR-7 implementations: https://github.com/slimphp/Slim-Psr7/pull/169. Thanks!
Of course. I’ll do it tomorrow.
//Tobias Nyholm
On 26 Nov 2020, at 23:47, Eduardo Dobay notifications@github.com wrote:
Hi @Nyholm! With the PHP 8.0 release today, are there plans for a new tagged release? That would be very much appreciated for dependent projects like Slim Framework, which tests against several PSR-7 implementations: slimphp/Slim-Psr7#169. Thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
I'm not sure if there any specific guidelines for this. This PR passes all the tests on PHP 7.1, 7.2, 7.4 and 8.0 RC3.
Edit: I'm trying to add 8.0 to the CI pipeline using the
nightly
tag, but I'm not familiarized enough with Travis CI to choose the best way to do that. I would appreciate some guidance if that is not the best solution for now :)