Problem/Motivation

Symfony 6.1.2 is out.

https://github.com/symfony/symfony/releases/tag/v6.1.2

Symfony PHPUnit Bridge 6.1.2 fixes https://github.com/symfony/symfony/pull/46711, Exclude from baseline generation deprecations triggered in legacy test, that is a blocker for #3180042: Add baseline for deprecation testing.

Proposed resolution

Bump dependencies and require symfony/phpunit-bridge ^6.1.2.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Symfony has been updated to version 6.1.2

CommentFileSizeAuthor
#2 3292730-2.patch18 KBmondrake

Comments

mondrake created an issue. See original summary.

mondrake’s picture

StatusFileSize
new18 KB
mondrake’s picture

Status: Active » Needs review
spokje’s picture

Status: Needs review » Reviewed & tested by the community

- Patch makes the following changes, which seem inline with the IS:

$ composer-lock-diff --no-links
+------------------------------+--------+--------+
| Production Changes           | From   | To     |
+------------------------------+--------+--------+
| symfony/console              | v6.1.1 | v6.1.2 |
| symfony/dependency-injection | v6.1.0 | v6.1.2 |
| symfony/http-foundation      | v6.1.1 | v6.1.2 |
| symfony/http-kernel          | v6.1.1 | v6.1.2 |
| symfony/serializer           | v6.1.1 | v6.1.2 |
| symfony/string               | v6.1.0 | v6.1.2 |
| symfony/yaml                 | v6.1.0 | v6.1.2 |
+------------------------------+--------+--------+

+------------------------+--------+--------+
| Dev Changes            | From   | To     |
+------------------------+--------+--------+
| symfony/phpunit-bridge | v6.1.0 | v6.1.2 |
| webmozart/assert       | 1.10.0 | 1.11.0 |
+------------------------+--------+--------+

- TesBot is green.

RTBC for me.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed ca945b390a to 10.1.x and 8e4062499d to 10.0.x. Thanks!

  • alexpott committed ca945b3 on 10.1.x
    Issue #3292730 by mondrake: Update to Symfony 6.1.2
    

  • alexpott committed 8e40624 on 10.0.x
    Issue #3292730 by mondrake: Update to Symfony 6.1.2
    
    (cherry picked from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.