Skip to content

Commit 6dee3d7

Browse files
Merge branch '8.5' into 9.4
2 parents 8fb6b97 + f40cf5b commit 6dee3d7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ChangeLog-8.5.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [8.5.12] - 2020-MM-DD
5+
## [8.5.12] - 2020-11-30
6+
7+
### Changed
8+
9+
* Changed PHP version constraint in `composer.json` from `^7.2` to `>=7.2` to allow the installation of PHPUnit 8.5 on PHP 8. Please note that the code coverage functionality is not available for PHPUnit 8.5 on PHP 8.
610

711
### Fixed
812

@@ -106,7 +110,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
106110
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
107111
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
108112

109-
[8.5.12]: https://github.com/sebastianbergmann/phpunit/compare/8.5.11...8.5
113+
[8.5.12]: https://github.com/sebastianbergmann/phpunit/compare/8.5.11...8.5.12
110114
[8.5.11]: https://github.com/sebastianbergmann/phpunit/compare/8.5.10...8.5.11
111115
[8.5.10]: https://github.com/sebastianbergmann/phpunit/compare/8.5.9...8.5.10
112116
[8.5.9]: https://github.com/sebastianbergmann/phpunit/compare/8.5.8...8.5.9

0 commit comments

Comments
 (0)