php-parallel-lint / PHP-Var-Dump-Check

Find forgotten variables dump in PHP source code.
Other
21 stars 10 forks source link

Travis: run the tests on PHP 8/nightly #13

Closed jrfnl closed 4 years ago

jrfnl commented 4 years ago

Now #12 has been merged, let's start running the tests on PHP 8.0 to see what needs fixing.

I expect most failures will be related to this PHP change: https://wiki.php.net/rfc/namespaced_names_as_token

grogy commented 4 years ago

Thank you. Your PR is very good - as always :-)