File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
5+ ## [ 9.2.9] - 2021-11-19
6+
7+ ### Fixed
8+
9+ * [ #882 ] ( https://github.com/sebastianbergmann/php-code-coverage/issues/882 ) : PHPUnit 9.2.8 has wrong version number
10+
511## [ 9.2.8] - 2021-10-30
612
713### Fixed
@@ -337,6 +343,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
337343
338344* This component is no longer supported on PHP 7.1
339345
346+ [ 9.2.9 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.8...9.2.9
340347[ 9.2.8 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.7...9.2.8
341348[ 9.2.7 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.6...9.2.7
342349[ 9.2.6 ] : https://github.com/sebastianbergmann/php-code-coverage/compare/9.2.5...9.2.6
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ final class Version
2222 public static function id (): string
2323 {
2424 if (self ::$ version === null ) {
25- self ::$ version = (new VersionId ('9.2.7 ' , dirname (__DIR__ )))->getVersion ();
25+ self ::$ version = (new VersionId ('9.2.9 ' , dirname (__DIR__ )))->getVersion ();
2626 }
2727
2828 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments