dragonmantank / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
MIT License
4.55k stars 121 forks source link

chore: improve ci, fix deprecations, add php 8.2 tests #163

Closed Chris53897 closed 5 months ago

Chris53897 commented 1 year ago

I do not see a reason to run phpstan on every php version. Is there one?

dragonmantank commented 5 months ago

There's no specific reason phpstan runs on everything, it was just easier to set up at the time