Skip to content

Commit

Permalink
Use Sf4 + Sf5 instead of Sf3 for bundle best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored and javiereguiluz committed Jan 19, 2021
1 parent 7fdf1a6 commit b2be224
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,15 @@ A bundle should at least test:
* All supported major Symfony versions (e.g. both ``4.x`` and ``5.x`` if
support is claimed for both).

Thus, a bundle supporting PHP 7.3, 7.4 and 8.0, and Symfony 3.4 and 4.x should
Thus, a bundle supporting PHP 7.3, 7.4 and 8.0, and Symfony 4.4 and 5.x should
have at least this test matrix:

=========== =============== ===================
PHP version Symfony version Composer flags
=========== =============== ===================
7.3 ``3.*`` ``--prefer-lowest``
7.4 ``4.*``
8.0 ``4.*``
7.3 ``4.*`` ``--prefer-lowest``
7.4 ``5.*``
8.0 ``5.*``
=========== =============== ===================

.. tip::
Expand Down

0 comments on commit b2be224

Please sign in to comment.