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

Support PHP 8.1+ #63

Merged
merged 4 commits into from
Nov 8, 2023
Merged

Support PHP 8.1+ #63

merged 4 commits into from
Nov 8, 2023

Conversation

nicekiwi
Copy link
Contributor

@nicekiwi nicekiwi commented Nov 6, 2023

  • Drop support for unsupported PHP versions.
  • Fix deprecations in DOMElement.
  • Add return types where known.
  • Use Rector for the majority of PHP updates.
  • Bump version to 1.3.0.

Relatively blind update, to bring up to date.

Drop support for unsupported PHP versions. Fix deprecations in DOMElement. Add return types where known. Use Rector for majority of PHP updates. Bump version to 1.3.0.
@nicekiwi
Copy link
Contributor Author

nicekiwi commented Nov 6, 2023

Also resolves #62

@daniele-orlando
Copy link
Member

Hi Ezra, thank you very much for your awesome contribution. It seams almost perfect to me.

Due to the breaking nature of the changes (we drop support for PHP versions < 8), accordingly with the semantic versioning, we must release a major version.

Please update the merge request to mark fluidxml as version 2.0.0.

Given that, we should be ready to go.

Update PHP versions in configs/CI
@nicekiwi
Copy link
Contributor Author

nicekiwi commented Nov 8, 2023

@daniele-orlando done 🚀 I've updated the CI/test configs to use the new PHP versions and tested against our production App too.

Though Scrutinizer still seems to have an issue authenticating between Github and composer.

@daniele-orlando daniele-orlando merged commit 95a0251 into servo-php:main Nov 8, 2023
1 check failed
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.

2 participants