belamov / postgres-range

Laravel package for PostgreSQL range types support
MIT License
34 stars 3 forks source link

Update laravel to v11 and other composer dependencies #26

Closed Arthur-Sk closed 8 months ago

Arthur-Sk commented 8 months ago

Hey @belamov, can you take a look at this PR, please? We cannot update Laravel to the latest version without these changes

belamov commented 8 months ago

hey @Arthur-Sk thanks for pr!

could you please update testing matrix aswell, so we can make sure this packege is working on laravel 11?

https://github.com/belamov/postgres-range/blob/master/.github/workflows/main.yml#L37

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.51%. Comparing base (6ca79c1) to head (a15b166).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ========================================= Coverage 99.51% 99.51% Complexity 81 81 ========================================= Files 21 21 Lines 208 208 ========================================= Hits 207 207 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

belamov commented 8 months ago

some tests are failng

please exclude them from matrix if this is dependency problem, for example: https://github.com/belamov/postgres-range/actions/runs/8387175011/job/22969055071?pr=26

Arthur-Sk commented 8 months ago

Sure, I'm in progress already

Arthur-Sk commented 8 months ago

Good to go

belamov commented 8 months ago

thanks a lot!

belamov commented 8 months ago

@Arthur-Sk released new minor version, so you shold be able to update laravel iin your project