dwightwatson / validating

Automatically validating Eloquent models for Laravel
MIT License
968 stars 76 forks source link

Allow for Laravel 9 dependencies #232

Closed DanielGSoftware closed 2 years ago

DanielGSoftware commented 2 years ago

Laravel 9 is out! I tried fixing the tests but I don't seem to understand why they fail, I tried fixing them with no success. Actually, why is there no CI ? If it's wanted, I can add a Github actions script to run the tests on PR's 😄

dwightwatson commented 2 years ago

Thanks.

Looks like Travis CI has carked it. I'll get Actions running today, drop PHP 7.2 and tag a new release.

dwightwatson commented 2 years ago

Tagged 7.0.0.

DanielGSoftware commented 2 years ago

Thanks!