PHP 8 support
jordanbrauer opened this issue · 2 comments
jordanbrauer commented
Hello! I was just curious if/when you're planning to upgrade to PHP 8? I doubt much has to change, but I tried it out and it seems that the match
functions will need to be renamed since it is now a language construct.
leocavalcante commented
Hi @jordanbrauer
It is already passing in the CI
The match
issue was addressed here: 69e8118
jordanbrauer commented
Awesome stuff, can't wait! Thanks again for all the great work here.