bfinlay / laravel-excel-seeder

Seed your database with Laravel using Excel and CSV files
Other
38 stars 8 forks source link

Orchestra updates break refresh database tests #26

Open bfinlay opened 3 months ago

bfinlay commented 6 days ago

Tests work with latest versions of Orchestra/testbench-core for these versions: ^3.0 - Laravel 5.8 ^4.0 - Laravel 6.0 ^5.0 - Laravel 7.0 ^9.0 - Laravel 11.0

Tests only work with these specific versions of Orchestra//testbench-core ~6.48.0 - Laravel 8 ~7.41.0 - Laravel 9 ~8.22.0 - Laravel 10