Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add testruns for PHP 8.4 #1235

Merged
merged 7 commits into from
Nov 14, 2024

Conversation

Chris53897
Copy link
Contributor

No description provided.

@ruudk
Copy link
Contributor

ruudk commented Oct 31, 2024

Thanks for doing this.

@jbelien What's needed to get this merged? Anything I can do to help?

@ruudk
Copy link
Contributor

ruudk commented Nov 13, 2024

@Nyholm Would you be able to help out with this?

@Chris53897
Copy link
Contributor Author

There is one failing test for PHP 8.4 low.
https://github.com/geocoder-php/Geocoder/actions/runs/11325637108/job/31492962515?pr=1235

I guess we need to bump the minimum version of http-client? v7.0.10 ?

@ruudk
Copy link
Contributor

ruudk commented Nov 13, 2024

Since symfony/http-client is a dev dependency, I think this is fine to do.

We can change it to:

-"symfony/http-client": "^5.4 || ^6.4 || ^7.0",
+"symfony/http-client": "^5.4 || ^6.4 || ^7.0.10",

jbelien
jbelien previously approved these changes Nov 13, 2024
@ruudk
Copy link
Contributor

ruudk commented Nov 13, 2024

@Chris53897 could you make the change?

@Chris53897
Copy link
Contributor Author

I bumped the min version to ^5.4.45 to solve it.

Copy link
Member

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it looks good

@ruudk
Copy link
Contributor

ruudk commented Nov 14, 2024

@Chris53897 Looks good, only a few PHP CS Fixer issues left and we can ship it! 🎉

@Chris53897
Copy link
Contributor Author

Chris53897 commented Nov 14, 2024 via email

@ruudk
Copy link
Contributor

ruudk commented Nov 14, 2024

Why, would have been easier for everyone if it was done in this one, so we could have just merged it and be done with it. Now you have to rebase this PR later again.

@jbelien jbelien merged commit f7ec883 into geocoder-php:master Nov 14, 2024
192 of 193 checks passed
@Chris53897 Chris53897 deleted the feature/test-php8-4 branch November 15, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants