- Laravel Version: 10.1.0
- PHP Version: 8.2.2
- Database Driver & Version: MySQL 8.0.32
Description:
After upgrading to Laravel 10.1.0, I was getting some test failures that appeared to be related to Collection sorting. I reverted back to Laravel v10.0.3 and all tests passed again.
I haven't had time to deep dive in yet, but will soon and report back with more info.
Steps To Reproduce:
Possibly use the Collection sort() method. Will provide more details as I dig in.