Uh oh!
There was an error while loading. Please reload this page.
CI Add PHPUnit 10 and PHP 8.3 - #656
Conversation
mk-mxp
commented
Mar 4, 2024
Try: Also, please do not run all OSes and PHP versions, yet. And do not update PHP requirement in |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mk-mxp
commented
Mar 4, 2024
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.
tomasnorre
commented
Mar 4, 2024
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: