You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This draft PR is a place to put things that are waiting to go into stable10 but that require PHP7.1+ and so cannot be merged until PHP7.0 support can be dropped.
Increase version to 10.1 prealpha #28043 Increase version to PHP7.1 (the remaining commits from that PR that relate to PHP7.1 and thus have never been backported yet)
Bump doctrine/dbal from 2.7.1 to 2.8.0 #32065 2nd commit "Remove our own sqlite autoincrement hack" (needed with doctrine/dbal version bump that comes when composer PHP 7.1 happens) (4)
Adjust drone matrix to match what is currently being done in master (actual commits from master would be from 2 years of travis and drone times!) (5)
Disable phpstan in drone until we can sort out code fix backporting (see [stable10] Introduce phpstan #35774 that is waiting for review) (6)
Do not test postgres:10.3 - needs more backports (I will look for what is needed for this) (7)
Fix ExceptionPlugin.php logException like in master (this is fixed with "Introduce phpstan") (8)
That stops the warning:
[PHP Warning: Declaration of OCA\DAV\Tests\unit\Connector\Sabre\RequestTest\ExceptionPlugin::logException(Exception $ex) should be compatible with OCA\DAV\Connector\Sabre\ExceptionLoggerPlugin::logException(Throwable $ex) in /drone/src/apps/dav/tests/unit/Connector/Sabre/RequestTest/ExceptionPlugin.php on line 26]
Related Issue
Motivation and Context
Have a place to consolidate backports that are "blocked" waiting for PHP7.0 to be dropped.
How Has This Been Tested?
CI
Types of changes
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Database schema changes (next release will require increase of minor version instead of patch)
Breaking change (fix or feature that would cause existing functionality to change)
Note to self: when dropping PHP7.0 we can probably also go straight to phpunit7 at the same time in stable10. PR #34921 moves to phpunit7 in core master. That could be backported on top of this stable10 code and the planets might come into alignment.
Note: see PR #31810 for what was done in master to get phpstan running and passing.
We might not want to get mixed up in all that, just for "drop PHP 7.0" - see #35774 which does "introduce phpstan" as a separate PR to stable10
This needs mariadb:10.3 changes backported from #33255
That is sorted out in a new PR #35786 which has the commits cherry-picked in a better order that reduced the conflicts along the way.
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
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
This draft PR is a place to put things that are waiting to go into
stable10but that require PHP7.1+ and so cannot be merged until PHP7.0 support can be dropped.phpunit-mock-objectschange never got into a release with dependencies for phpunit6) (3)stable10)doctrine/dbalversion bump that comes when composer PHP 7.1 happens) (4)That stops the warning:
Related Issue
Motivation and Context
Have a place to consolidate backports that are "blocked" waiting for PHP7.0 to be dropped.
How Has This Been Tested?
CI
Types of changes
Checklist: