Greg Bowler
Greg Bowler
Closing, because PHP.Gt's policy is to have the same support as the official PHP project, as per https://www.php.net/supported-versions.php As of today, 8.0 is only receiving security updates so all repositories...
Thanks for your comment, @myyk - I'll take a look into this as soon as I can. In the meantime, you can use [`args`](https://github.com/php-actions/phpstan#inputs) to pass arbitrary arguments.
Great to hear. I'll keep this open though, as I would like this repo to be fully compatible with all PHPStan features.
Two ideas for you: 1) Please can you use actions/checkout@v3 and php-actions/composer@v6 ? 2) Please can you install mbstring before mailparse, with `php_extensions: mbstring mailparse pdo_mysql` ? Thanks!
Thank you. It might be a difficult one to fix, but I'll look into it and hopefully we'll get a working test run.
I'm tidying up some old issues. Is this still affecting anyone?
Thank you for bringing this to my attention. This was done when I incorrectly released the action to have parity with PHPUnit's version releases. It made no sense, so I...
Removed all releases/tags that are out of order now: https://github.com/php-actions/phpunit/tags
Hi! I'll look at making sure this is possible as soon as I can next week. I'll create an example at https://GitHub.com/php-actions/example-phpunit to document the usage. Cheers, Greg.
Hi @leanndemetro , Firstly, sorry for taking so long to get around to this. I have more time for open source contributions now so I'll try and get a solution...