-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHPUnit 11 support #216
Labels
Comments
With PHPUnit 11 installed, when we run tests on a PHP 8.4 platform : vendor/bin/phpunit --display-phpunit-deprecations We got these results :
|
llaville
added a commit
that referenced
this issue
Oct 31, 2024
llaville
added a commit
that referenced
this issue
Oct 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Add support to PHPUnit 11
Description
Now PHPLint 9.5 (latest version officially supported) has PHP minimum requirement set to 8.2, we will migrate tests from PHPUnit 10 to 11.
The text was updated successfully, but these errors were encountered: