hmazter / laravel-schedule-list

Laravel package to add command to list all scheduled artisan commands
MIT License
94 stars 14 forks source link

Add support for Laravel 7 #37

Closed owenvoke closed 4 years ago

owenvoke commented 4 years ago

Add support for the upcoming Laravel 7 release.

hmazter commented 4 years ago

Thanks for your contribution. I think we need to update the build matrix to add Laravel 7.* to the matrix. Will you do it? https://github.com/hmazter/laravel-schedule-list/blob/master/.github/workflows/run-tests.yml#L11

owenvoke commented 4 years ago

🤦‍♂ I completely forgot about that, I've added it now. Ah, because they are development branches the tests are failing. 🤔

hmazter commented 4 years ago

I have updated composer.json in master to allow minimum-stability: dev so you should be able to rebase your branch against master and the test will hopefully pass.

owenvoke commented 4 years ago

Thanks @hmazter, rebased and pushed. 👍

hmazter commented 4 years ago

v2.1.0 tagged with his included

owenvoke commented 4 years ago

Thank you 😀 That's perfect.