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 PHPUnit to v11 & PHP to v8.3 #143

Merged
merged 7 commits into from
Apr 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

close #148
close #55

Mend Renovate

This PR contains the following updates:

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

Release Notes

sebastianbergmann/phpunit (phpunit/phpunit)

v11.0.6: PHPUnit 11.0.6

Compare Source

Changed
  • #​5727: Prevent duplicate call of NamePrettifier::prettifyTestMethodName()
  • #​5739: Micro-optimize NamePrettifier::prettifyTestMethodName()
  • #​5740: Micro-optimize TestRunner::runTestWithTimeout()
  • #​5741: Save call to Telemetry\System::snapshot()
  • #​5742: Prevent file IO when not strictly necessary
  • #​5743: Prevent unnecessary ExecutionOrderDependency::getTarget() call
  • #​5744: Simplify NamePrettifier::prettifyTestMethodName()
Fixed
  • #​5351: Incorrect code coverage metadata does not prevent code coverage data from being collected
  • #​5729: assertArrayIsIdenticalToArrayOnlyConsideringListOfKeys() does not correctly handle array order
  • #​5746: Using -d CLI option multiple times triggers warning

How to install or update PHPUnit

v11.0.5

Compare Source

v11.0.4

Compare Source

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source


Configuration

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

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

Rebasing: Whenever PR becomes conflicted, 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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 4ed02f5 to af2274e Compare March 5, 2024 08:09
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from a36c17e to 78c978b Compare March 19, 2024 15:45
Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8359c81) to head (4916cff).

Additional details and impacted files
@@             Coverage Diff             @@
##                main      #143   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         3         3           
===========================================
  Files              3         3           
  Lines             17        17           
===========================================
  Hits              17        17           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch 2 times, most recently from 9bb60cd to 289ed12 Compare March 24, 2024 14:24
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 289ed12 to 4d58aac Compare April 10, 2024 06:18
@renovate renovate bot force-pushed the renovate/phpunit-phpunit-11.x branch from 4d58aac to d9e4f19 Compare April 13, 2024 09:28
Copy link
Contributor Author

renovate bot commented Apr 13, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@gomzyakov gomzyakov changed the title Update dependency phpunit/phpunit to v11 Update PHPUnit to v11 & PHP to v8.3 Apr 13, 2024
@gomzyakov gomzyakov merged commit 041a9e4 into main Apr 13, 2024
5 checks passed
@gomzyakov gomzyakov deleted the renovate/phpunit-phpunit-11.x branch April 13, 2024 10:03
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.

Add support for PHP 8.3 Split CI to separate files
1 participant