spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.61k stars 758 forks source link

Add Support for Laravel 11 #1757

Closed stefanzweifel closed 7 months ago

stefanzweifel commented 7 months ago

Update dependency constraints to support Laravel 11 and GitHub Actions workflow to run the test suite for Laravel 11 as well.

Test suite currently fails for Laravel 11 installations that either use Carbon v2 or Carbon v3. (diffForHumans() transforms 0 seconds either to "1 second ago" or "0 seconds ago".)

Edit: Fixed the test suite by updating the assertions.

freekmurze commented 7 months ago

Thank you!