Bump phpunit/phpunit from 7.3.1 to 8.5.52#14
Merged
Conversation
Contributor
|
@dependabot rebase |
df0cf38 to
3687923
Compare
Contributor
|
@dependabot rebase |
3687923 to
3f47ace
Compare
Contributor
|
@dependabot rebase |
3f47ace to
09d0519
Compare
rick-lam
added a commit
that referenced
this pull request
May 7, 2026
Mockery added : void return-type overrides on its MockeryPHPUnitIntegration trait in 1.3.0 (2019) to match the return-type changes in PHPUnit 8. The current ^1 floor lets --prefer-lowest resolve mockery 1.0.x, which still has the return-typeless overrides and fatals when paired with PHPUnit 8 (observed on Dependabot PR #14's prefer-lowest jobs). Mockery ^1.3 supports PHP 5.6+ and PHPUnit 5.x/6.x/7.x/8.x, so this is non-breaking against the suite's currently-pinned phpunit ^5.7.21 | ^6 | ^7 constraint. No code changes required. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like phpunit/phpunit is no longer updatable, so this is no longer needed. |
Contributor
|
@dependabot rebase |
Contributor
Author
|
Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use |
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.1 to 8.5.52. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.52/ChangeLog-8.5.md) - [Commits](sebastianbergmann/phpunit@7.3.1...8.5.52) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 8.5.52 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Manual rebase of the Dependabot phpunit-8 bump onto main needed the lock refreshed: composer.json on main requires mockery ^1.3 since #20, but Dependabot's lock still pinned mockery 1.1.0. Ran `composer update mockery/mockery` locally to pick up 1.4.0, which has the : void overrides on MockeryPHPUnitIntegration that PHPUnit 8 expects. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
09d0519 to
d7b05c4
Compare
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.
Bumps phpunit/phpunit from 7.3.1 to 8.5.52.
Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)
Commits
1015741Prepare release3141742Do not run PHPT test when its temporary file for code coverage information ex...0b3170aWe do not need to unserialize() objects here261086aExtract methodfdd6b86Fix CS/WS issueb4f79fcFixe4eee30Prepare release22b2b0bUpdate dependencies0b19865Update tools04ecd72Update tools