framework icon indicating copy to clipboard operation
framework copied to clipboard

[10.x] Adds PHPUnit 10 support

Open nunomaduro opened this issue 2 years ago • 0 comments

This pull request adds PHPUnit 10 support to laravel/framework - while keeping support for PHPUnit 9. Note that this pull request, should test and released once PHPUnit 10 is out. In addition:

  1. [ ] Have @taylorotwell validate the change on FileStore.
  2. [ ] Wait for Testbench to release : https://github.com/orchestral/testbench-core/pull/84.
  3. [ ] Update our composer.json with the latest version of Testbench.
  4. [ ] Update the CI configuration file for having prefer-lowest running PHPUnit 9, and prefer-stable running PHPUnit 10.

nunomaduro avatar Dec 23 '22 21:12 nunomaduro