plank / laravel-metable

A package for handling arbitrary data in Laravel 5 applications
MIT License
281 stars 42 forks source link

feat: extend action to test against specific laravel versions #98

Closed GeoSot closed 1 year ago

GeoSot commented 1 year ago

Seems to work after the latest changes, but according to this needs a greater Carbon version too.

frasmage commented 1 year ago

nice work. Shouldn't be a problem to pin "nesbot/carbon" : "^2.62.1". Could try putting it in require-dev to minimize the impact.

coveralls commented 1 year ago

Coverage Status

Coverage: 98.76%. Remained the same when pulling 51adfdb3acc0ae919526d24b481ba29fdbc85313 on GeoSot:feat/extend-acction-to-test-against-specific-laravel-versions into cd7f530fe1857fb6a406c198c5991a33ca5848a3 on plank:master.

frasmage commented 1 year ago

Thanks @GeoSot! Since this is just the build pipeline, I won't tag another version right away, but this will come in handy for future PRs!