Closed cedric-anne closed 2 months ago
Q | A |
---|---|
Documentation | no |
Bugfix | no |
BC Break | no |
New Feature | yes |
RFC | no |
QA | no |
There are the following deprecations triggered by any PHP command in the CI env itself:
PHP Deprecated: session.sid_length INI setting is deprecated in Unknown on line 0
PHP Deprecated: session.sid_bits_per_character INI setting is deprecated in Unknown on line 0
For instance, they are triggered inside the CI init process itself:
I do not know how to fix them, and it makes the PHPUnit test failing.
An upgrade to PHPUnit 10 is probably required - see #190
An upgrade to PHPUnit 10 is probably required - see #190
Honestly, I thought it would take me only a few minutes at first. I proposed this to be able to activate PHP 8.4 checks on the CI of a dependency of a dependency we use. Unfortunately, I will not have time to investigate more on this right now.
I have no idea how to fix tests and no time to investigate on this. I close this PR as I am pretty sure I will not be able to finish it.