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 |
|
HI, @samsonasik @Ocramius |
|
@zll600 I will rebase and regenerate composer.lock today/this week, ping me if I forgot, feel free to create separate PR if you're faster than me ;) |
5e41c5c to
f2a9eea
Compare
|
I've rebased and regenerated composer.lock 👍 |
|
thanks @samsonasik! |
No description provided.