Skip to content

Commit fae286f

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [5.4] add note about newer version on the “upgrade major” guide
2 parents 1418415 + b007665 commit fae286f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup/upgrade_major.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ this one. For instance, update it to ``7.0.*`` to upgrade to Symfony 7.0:
174174
}
175175
}
176176
177+
.. tip::
178+
179+
If a more recent minor version is available (e.g. ``6.4``) you can use that
180+
version directly and skip the older releases (``6.0``, ``6.1``, etc.).
181+
Check the `maintained Symfony versions`_.
182+
177183
Next, use Composer to download new versions of the libraries:
178184

179185
.. code-block:: terminal
@@ -329,3 +335,4 @@ Classes in the ``vendor/`` directory are always ignored.
329335

330336
.. _`PHP CS Fixer`: https://github.com/friendsofphp/php-cs-fixer
331337
.. _`Rector`: https://github.com/rectorphp/rector
338+
.. _`maintained Symfony versions`: https://symfony.com/releases

0 commit comments

Comments
 (0)