Skip to content

Commit 190db1a

Browse files
authored
Update releases for new 3.x branch and upcoming 4.x (#209)
* Add upcoming 4.x release to docs * docs: Update link to 3.x changelog
1 parent 1f13e84 commit 190db1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

releases.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Supported versions
99
======= ========== ========== ============ =======================================================================
1010
Major Released Bugfix EOL Security EOL
1111
======= ========== ========== ============ =======================================================================
12-
`v3.x`_ April 2014 See below See below `Changelog <https://github.com/Behat/Behat/blob/master/CHANGELOG.md>`__
12+
`v3.x`_ April 2014 See below See below `Changelog <https://github.com/Behat/Behat/blob/3.x/CHANGELOG.md>`__
13+
`v4.x`_ tbc 2025/6 See below See below `Changelog <https://github.com/Behat/Behat/blob/4.x/CHANGELOG.md>`__
1314
======= ========== ========== ============ =======================================================================
1415

1516
As a minimum, a major version series will receive:
@@ -52,6 +53,9 @@ By "current", we mean:
5253
on the `official php.net version support page`_.
5354
* Symfony versions that are listed as maintained or receiving security fixes on the `official Symfony releases page`_.
5455

56+
Note that Symfony 8 introduces breaking changes to interfaces that Behat cannot support without ourselves making
57+
breaking changes. Therefore, Symfony 8 will only be supported from Behat 4.0 onwards.
58+
5559
Once a PHP or Symfony version reaches End of Life we will remove it from our composer.json and CI flows.
5660

5761
.. note::
@@ -84,3 +88,4 @@ Major Released Bugfix EOL Security EOL
8488
.. _`official Symfony releases page`: https://symfony.com/releases
8589
.. _`v2.x`: https://github.com/Behat/Behat/releases?q=v2
8690
.. _`v3.x`: https://github.com/Behat/Behat/releases?q=v3
91+
.. _`v4.x`: https://github.com/Behat/Behat/releases?q=v4

0 commit comments

Comments
 (0)