Skip to content

Upgrade PHPunit and composer.lock#6030

Closed
ColonelMoutarde wants to merge 2 commits intoFreshRSS:edgefrom
ColonelMoutarde:chore/upgrade-phpunit-and-composer-lock
Closed

Upgrade PHPunit and composer.lock#6030
ColonelMoutarde wants to merge 2 commits intoFreshRSS:edgefrom
ColonelMoutarde:chore/upgrade-phpunit-and-composer-lock

Conversation

@ColonelMoutarde
Copy link
Contributor

Changes proposed in this pull request:

  • Phpunit upgrade from 9.x to 10.5.x
  • update all composer dependancies

How to test the feature manually:

  1. run unit test

Pull request checklist:

  • clear commit messages
  • code manually tested

Additional information can be found in the documentation.

@Alkarex
Copy link
Member

Alkarex commented Jan 13, 2024

Sorry, this would break our setup.
PHPUnit 10 requires PHP 8.1+ while we still support PHP 7.4 a little more.
Related #6038

@Alkarex Alkarex closed this Jan 13, 2024
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
Copy link
Member

Alkarex commented Jan 13, 2024

To prevent future similar errors: #6039

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
@ColonelMoutarde ColonelMoutarde deleted the chore/upgrade-phpunit-and-composer-lock branch August 29, 2024 15:38
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