@@ -9,7 +9,8 @@ Supported versions
99======= ========== ========== ============ =======================================================================
1010Major 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
1516As 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+
5559Once 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