Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Feb 3, 2024
1 parent f736d03 commit 27ea892
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased] - 2024-xx-xx

## [5.3.3] - 2024-02-03
### Added
- Compatibility with `phpunit/php-code-coverage` v11

### Changed
- Minimum `phpunit/php-code-coverage` version bumped to 10.1

## [5.3.2] - 2023-12-09
### Added
- Support for Symfony 7
Expand All @@ -19,7 +26,7 @@
## [5.3.0] - 2023-02-04

### Added
- Compatibility with `phpunit/php-code-coverage` v10.
- Compatibility with `phpunit/php-code-coverage` v10
- Added `colors` and `customCSSFile` options to HTML report configuration

## [5.2.2] - 2021-11-30
Expand Down Expand Up @@ -107,8 +114,9 @@
- Support for Symfony components older than `<3.4`
- Support for HHVM

[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..master
[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.3..master

[5.3.3]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.3
[5.3.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.1..v5.3.2
[5.3.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0..v5.3.1
[5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2..v5.3.0
Expand Down
22 changes: 11 additions & 11 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ support for multiple versions of the coverage library to ease the upgrade path,
significantly incompatible with older ones or where a compelling new feature exists the minimum supported version may be
raised. Fixes for any subsequently discovered bugs will be backported as appropriate.

+---------------------+--------+-------------------+------------+--------------------------+
| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
+=====================+========+===================+============+==========================+
| 5.3 | 3.10+ | 9.2+, 10 | 9.5.5+, 10 | |
+---------------------+--------+-------------------+------------+--------------------------+
| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
+---------------------+--------+-------------------+------------+--------------------------+
| 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs |
+---------------------+--------+-------------------+------------+--------------------------+
| 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | |
+---------------------+--------+-------------------+------------+--------------------------+
+---------------------+--------+-------------------+----------------+--------------------------+
| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
+=====================+========+===================+================+==========================+
| 5.3 | 3.10+ | 9.2+, 10, 11 | 9.5.5+, 10, 11 | |
+---------------------+--------+-------------------+----------------+--------------------------+
| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
+---------------------+--------+-------------------+----------------+--------------------------+
| 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs |
+---------------------+--------+-------------------+----------------+--------------------------+
| 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | |
+---------------------+--------+-------------------+----------------+--------------------------+

.. _Composer: https://getcomposer.org
.. _GitHub: https://github.com/dvdoug/behat-code-coverage

0 comments on commit 27ea892

Please sign in to comment.