matchish / laravel-scout-elasticsearch

Search among multiple models with ElasticSearch and Laravel Scout
MIT License
702 stars 113 forks source link

php parser version 5 added into composer #274

Closed hkulekci closed 4 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 96.08%. Comparing base (9b675df) to head (e89cbad).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #274 +/- ## ========================================= Coverage 96.08% 96.08% Complexity 194 194 ========================================= Files 36 36 Lines 639 639 ========================================= Hits 614 614 Misses 25 25 ```

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

matchish commented 5 months ago

The PHP versions 8.0.16 and 8.1 have failed. We should evaluate the following options:

Drop support for these versions. Adjust the versions of our dependencies to maintain compatibility.

mxp100 commented 4 months ago

i think need support 8.1+ and drop supporting for 8.0.x