facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
133 stars 14 forks source link

Fix PHPUnit 11 compatibility #230

Closed Jean85 closed 5 months ago

Jean85 commented 5 months ago

This PR started from #229 because we need additional permissions to have a secret PAT to download forks with Composer.

This fix is needed because #228 didn't actually execute with PHPUnit 11 since there were conflicting requirements, Prophecy in particular.

Jean85 commented 5 months ago

Ok it seems that if I run the PR, the auth for the forks work. Still, no PHPUnit 11.

I'll try to add an additional CI job to forcibly test for it.