Merged
Conversation
Contributor
Author
|
Note: https://www.php.net/ChangeLog-7.php#7.4.32 For example, PHP 7.4.32 was released yesterday with some security patches that have CVEs. They may or may not be relevant to ownCloud - I have not investigated. But in any case, they are not patched for PHP 7.3. Installations should really be already running PHP 7.4. |
|
Kudos, SonarCloud Quality Gate passed! |
IljaN
approved these changes
Sep 30, 2022
12 tasks
This was referenced Oct 2, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Description
PHP 7.3 support ended in December 2021 (9 months ago). Drop support for PHP 7.3. This allows us to update to the latest versions of some dependencies.
composer found the following dependencies that it could update:
And in
apps/files_external/3rdpartythese have been updated:There are gradually getting to be more dependencies whose releases no longer support PHP 7.3.
How Has This Been Tested?
CI
Types of changes
Checklist:
The previous PR was #40323