ChristianRiesen/base32

Drop support for ancient PHP versions

Closed this issue · 2 comments

reedy commented

https://www.php.net/supported-versions.php

I think it's probably time to drop support for < 7.0, and maybe go upto 7.2.

It's also probably worth dropping support for HHVM too, as that's diverged into its own thing - https://hhvm.com/blog/2017/09/18/the-future-of-hhvm.html

Support is limited to 7.2 in #23
HHVM is gone too, all is switched to github actions now.