-
-
Notifications
You must be signed in to change notification settings - Fork 73
Add PHP 8.5 support #270
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
base: 2.11.x
Are you sure you want to change the base?
Add PHP 8.5 support #270
Conversation
|
Remember to regenerate the lock file |
|
@Ocramius I've regenerated composer.lock 👍 |
|
Hmm, sounds like upstream isn't ready yet, due to missing |
|
is there a way to disable pcov for php 8.5? |
|
Not if mutation testing is to run. I'd rather suggest investigating what's missing for |
|
I am thinking if this can be manually on php 8.4, since mutating testing run on php 8.4 Then remove on {
- "extensions": [
- "pcov"
- ], |
|
I'd rather not add hacks here, which I then have to maintain or revert, while all that's needed is some releasing upstream |
No description provided.