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

Fix PHP 7.4 compatibility #6038

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

Alkarex
Copy link
Member

@Alkarex Alkarex commented Jan 13, 2024

The recent PR #5662 broke PHP 7.4 compatibility due to mixed typing.
Also fix detail preventing PHPUnit from running properly for PHP 7.4.

Some recent PRs have broken PHP 7.4 compatibility due to `mixed` typing.
@Alkarex Alkarex added the Bug (confirmed) 🐞 issues that are reproducable label Jan 13, 2024
@Alkarex Alkarex added this to the 1.24.0 milestone Jan 13, 2024
Copy link
Member

@Frenzie Frenzie left a comment

Choose a reason for hiding this comment

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

oops :)

@Alkarex Alkarex merged commit 74ed1e6 into FreshRSS:edge Jan 13, 2024
2 checks passed
@Alkarex Alkarex deleted the fix-php7-compatibility branch January 13, 2024 16:02
Alkarex added a commit to Alkarex/FreshRSS that referenced this pull request Jan 13, 2024
Follow-up of FreshRSS#6038
Ensure that we do not depend on incompatible libraries like in
FreshRSS#6030
Alkarex added a commit that referenced this pull request Jan 15, 2024
* Explicit PHP version for Composer
Follow-up of #6038
Ensure that we do not depend on incompatible libraries like in
#6030

* Explicit version for PHPStan
Due to changes in types, we only support PHPStan in PHP 8 mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug (confirmed) 🐞 issues that are reproducable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants