CI Add PHPUnit 10 and PHP 8.3#656
Conversation
|
Try: Also, please do not run all OSes and PHP versions, yet. And do not update PHP requirement in |
|
About the performance problem: My first guess is XDebug. Maybe |
Possible, didn't think about that as I didn't see it activated. Update: You are probably right, it's faster now. |
mk-mxp
left a comment
There was a problem hiding this comment.
OK, performance is now equal to the older versions. Great step forward!
Thanks a lot for the fiddling with the CI.
No Problem. Working as a DevOps, it's not really new to me. |
I'm not sure how to add the allow failure on GitHub Actions, with GitLab CI I would know how to do it, but to my knowledge it's not supported in GHA yet.
This solves, from my understanding, the first 3 bullets in #652
For some reason, the tests are slower with PHPUnit 10 and PHP 8.3, than PHPUnit 10 and PHP 8.2. I have not dug into that yet, but would be something that would interest me why.
Todo: