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.3 #470

Merged
merged 16 commits into from
Dec 13, 2023
Merged

Support PHP 8.3 #470

merged 16 commits into from
Dec 13, 2023

Conversation

rogervila
Copy link
Contributor

Change Log

Added

  • PHP 8.3 Support

Fixed

Changed

Removed

Deprecated

Security


Description

Add PHP 8.3 Support

@rogervila rogervila changed the title Php 83 Support PHP 8.3 Oct 31, 2023
@rogervila
Copy link
Contributor Author

Will be marked as ready once PHP 8.3 is released.

@norberttech
Copy link
Member

To fix the test suite at the lowest versions of dependencies at PHP 8.3 I think you need to upgrade psalm to the latest version.

@@ -64,7 +61,7 @@
"tools\/vendor\/bin\/php-cs-fixer fix --using-cache=no"
],
"test" : [
"vendor\/bin\/phpunit"
"vendor\/bin\/phpunit --coverage-html var/phpunit/coverage/html --coverage-filter src"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The coverage config has been inlined here and removed from the XML configuration since Infection does not recognize it properly.

@rogervila rogervila marked this pull request as ready for review November 2, 2023 10:49
@rogervila rogervila marked this pull request as draft December 12, 2023 17:21
@rogervila rogervila marked this pull request as ready for review December 12, 2023 18:06
@norberttech norberttech merged commit d107768 into coduo:6.x Dec 13, 2023
13 checks passed
@norberttech
Copy link
Member

thanks @rogervila!

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