Skip to content

Commit 27ea892

Browse files
committed
Prep release
1 parent f736d03 commit 27ea892

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased] - 2024-xx-xx
44

5+
## [5.3.3] - 2024-02-03
6+
### Added
7+
- Compatibility with `phpunit/php-code-coverage` v11
8+
9+
### Changed
10+
- Minimum `phpunit/php-code-coverage` version bumped to 10.1
11+
512
## [5.3.2] - 2023-12-09
613
### Added
714
- Support for Symfony 7
@@ -19,7 +26,7 @@
1926
## [5.3.0] - 2023-02-04
2027

2128
### Added
22-
- Compatibility with `phpunit/php-code-coverage` v10.
29+
- Compatibility with `phpunit/php-code-coverage` v10
2330
- Added `colors` and `customCSSFile` options to HTML report configuration
2431

2532
## [5.2.2] - 2021-11-30
@@ -107,8 +114,9 @@
107114
- Support for Symfony components older than `<3.4`
108115
- Support for HHVM
109116

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

119+
[5.3.3]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.2..v5.3.3
112120
[5.3.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.1..v5.3.2
113121
[5.3.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0..v5.3.1
114122
[5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2..v5.3.0

docs/installation.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ support for multiple versions of the coverage library to ease the upgrade path,
4141
significantly incompatible with older ones or where a compelling new feature exists the minimum supported version may be
4242
raised. Fixes for any subsequently discovered bugs will be backported as appropriate.
4343

44-
+---------------------+--------+-------------------+------------+--------------------------+
45-
| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
46-
+=====================+========+===================+============+==========================+
47-
| 5.3 | 3.10+ | 9.2+, 10 | 9.5.5+, 10 | |
48-
+---------------------+--------+-------------------+------------+--------------------------+
49-
| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
50-
+---------------------+--------+-------------------+------------+--------------------------+
51-
| 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs |
52-
+---------------------+--------+-------------------+------------+--------------------------+
53-
| 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | |
54-
+---------------------+--------+-------------------+------------+--------------------------+
44+
+---------------------+--------+-------------------+----------------+--------------------------+
45+
| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
46+
+=====================+========+===================+================+==========================+
47+
| 5.3 | 3.10+ | 9.2+, 10, 11 | 9.5.5+, 10, 11 | |
48+
+---------------------+--------+-------------------+----------------+--------------------------+
49+
| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
50+
+---------------------+--------+-------------------+----------------+--------------------------+
51+
| 5.1 | 3.5+ | 9.1+ | 9.3.4+ | Caching between runs |
52+
+---------------------+--------+-------------------+----------------+--------------------------+
53+
| 5.0 | 3.5+ | 6, 7, 8, 9 | 7, 8, 9 | |
54+
+---------------------+--------+-------------------+----------------+--------------------------+
5555

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

0 commit comments

Comments
 (0)