Problem/Motivation

The fun never ends...
https://github.com/symfony/symfony/releases/tag/v7.2.0-RC1

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Symfony has been upgraded to 7.2.0-RC1. Drupal 11.1.0 will be released with Symfony 7.2.0 or a later stable patch release.

Issue fork drupal-3487286

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

spokje created an issue. See original summary.

spokje’s picture

$ composer-lock-diff --no-links
+---------------------------------+--------------+------------+
| Production Changes              | From         | To         |
+---------------------------------+--------------+------------+
| symfony/console                 | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/dependency-injection    | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/error-handler           | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/event-dispatcher        | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/filesystem              | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/finder                  | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/http-foundation         | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/http-kernel             | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/mailer                  | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/mime                    | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/process                 | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/psr-http-message-bridge | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/routing                 | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/serializer              | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/string                  | v7.1.6       | v7.1.8     |
| symfony/validator               | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/var-dumper              | v7.2.0-BETA2 | v7.2.0-RC1 |
| symfony/yaml                    | v7.2.0-BETA1 | v7.2.0-RC1 |
+---------------------------------+--------------+------------+

+----------------------+--------------+------------+
| Dev Changes          | From         | To         |
+----------------------+--------------+------------+
| symfony/browser-kit  | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/css-selector | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/dom-crawler  | v7.2.0-BETA1 | v7.2.0-RC1 |
| symfony/lock         | v7.2.0-BETA1 | v7.2.0-RC1 |
+----------------------+--------------+------------+
spokje’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Update didn't seem to break anything and applied locally and not noticing anything while testing other stuff for the last 30 minutes. Don't see any issue.

alexpott’s picture

Version: 11.x-dev » 11.1.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 1c0440c822f to 11.x and 71c6a08a300 to 11.1.x. Thanks!

  • alexpott committed 71c6a08a on 11.1.x
    Issue #3487286 by spokje: Update to Symfony 7.2.0-RC1
    
    (cherry picked...

  • alexpott committed 1c0440c8 on 11.x
    Issue #3487286 by spokje: Update to Symfony 7.2.0-RC1
    

Status: Fixed » Closed (fixed)

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