Skip to content

Fix PHP 7.4 compatibility#6038

Merged
Alkarex merged 1 commit intoFreshRSS:edgefrom
Alkarex:fix-php7-compatibility
Jan 13, 2024
Merged

Fix PHP 7.4 compatibility#6038
Alkarex merged 1 commit intoFreshRSS:edgefrom
Alkarex:fix-php7-compatibility

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 reproducible 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
@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 reproducible

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants