You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #61330 use PHPUnit 11.5 when we need to ignore deprecations (xabbuh)
This PR was merged into the 8.0 branch.
Discussion
----------
use PHPUnit 11.5 when we need to ignore deprecations
| Q | A
| ------------- | ---
| Branch? | 8.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
We need sebastianbergmann/phpunit#6239 to be able to use the `--do-not-fail-on-deprecation` option (so either 11.5 or 12.2+). Let's stick with 11.5 for now until our test suite is ready for 12.2 or 12.3.
Commits
-------
5d67f96 use PHPUnit 11.5 when we need to ignore deprecations
0 commit comments