jobbyphp / jobby

Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
https://packagist.org/packages/hellogerard/jobby
MIT License
1.05k stars 154 forks source link

Upgrading php unit 10x and changing serializable for laravel's library #140

Open bluedrayco opened 1 year ago

bluedrayco commented 1 year ago

The PHP version 8.x deprecated serialized and unserialized methods using Serializable interface, I used a new library from Laravel called Laravel\SerializableClosure with the same methods than Opis, also I refactored all the unit tests with the PHPUnit version 10.1.x, All the unit tests passed and I upload an image with the coverage.

Thanks for the library its very util specially for little hosted application without huge resources.

Captura de Pantalla 2023-05-01 a la(s) 9 49 42 p m