gurgentil / laravel-eloquent-sequencer

A package that allows you to create and manage sequences on Eloquent models.
MIT License
156 stars 13 forks source link

feat: add php 8 support #32

Closed awebartisan closed 2 years ago

awebartisan commented 3 years ago

Add support for PHP8 in composer.json and GitHub Action workflow matrix.

benswinburne commented 3 years ago

@gurgentil as the tests haven't reported status, any chance you can press retry to see what needs to be done to get this running please?

benswinburne commented 2 years ago

I just installed this in my app from awebartisan:master to test it out and ran it against my test suite and it all passed. All runs ok as far as i can see. Would be great to run the tests again on ci and get this merged if possible

gurgentil commented 2 years ago

I really appreciate it! Sorry for the late response.