Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency phpunit/phpunit to v11 #80

Open
wants to merge 1 commit into
base: 4.11.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
phpunit/phpunit (source) ^10.4 -> ^10.4 || ^11.0 age adoption passing confidence

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.0.1

Compare Source

v11.0.0

Compare Source

v10.5.9

Compare Source

v10.5.8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Read more information about the use of Renovate Bot within Laminas.

| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| packagist  | phpunit/phpunit | 10.5.7 | 11.0.1 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the renovate label Feb 3, 2024
Copy link
Contributor Author

renovate bot commented Feb 3, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: composer update phpunit/phpunit:11.0.1 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires phpunit/phpunit ^10.4 || ^11.0 -> satisfiable by phpunit/phpunit[11.0.1].
    - phpunit/phpunit 11.0.1 requires php >=8.2 -> your php version (8.1.99; overridden via config.platform, actual: 8.1.27) does not satisfy that requirement.


@gregtyler
Copy link

Looks like tests are all passing, but Renovate isn't happy because composer.json has a platform override to 8.1.99 and PHPUnit 11 requires ≥8.2.

I'm not clear what the impact of changing the platform override version would be, but it looks like that would get this unblocked.

@gsteel gsteel added the stop-updating Instructs renovate to stop updating PR label Feb 21, 2024
@Ocramius
Copy link
Member

Ocramius commented Feb 21, 2024

@gsteel composer.lock didn't get updated: that's correct, and a blocker.

@gsteel
Copy link
Member

gsteel commented Feb 21, 2024

It means dropping support for PHP 8.1 which we're unlikely to do until the end of the year when official support ends.

Dropping 8.1 isn't out of the question before 8.1 support ends, just a general rule for most of the Laminas libs, for now…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate stop-updating Instructs renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants