Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
606 stars 64 forks source link

Laravel 10 Support #26

Closed ziming closed 1 year ago

freekmurze commented 1 year ago

You should probably exclude running the Laravel 10 tests on PHP 8.0 (as the minimum required version is PHP 8.1 for Laravel 10)

This can be done by adding this to the testing matrix:

        exclude:
           - laravel: 10.*
             php: 8.0
ziming commented 1 year ago

Thanks for the suggestion, i made the change

freekmurze commented 1 year ago

Thanks, hoping for a speedy merge 🤞

Larsklopstra commented 1 year ago

Fixed by Laravel Shift :)

ziming commented 1 year ago

My PR is earlier T.T but okay. Glad to see it merged, I holded off from using this package because I fear it is abandoned earlier