Skip to content

Commit a142a7e

Browse files
Prepare release
1 parent e63082a commit a142a7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-8.4.md

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

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

5-
## [8.4.2] - 2019-MM-DD
5+
## [8.4.2] - 2019-10-28
66

77
### Fixed
88

@@ -31,7 +31,7 @@ All notable changes of the PHPUnit 8.4 release series are documented in this fil
3131

3232
* The method `expectExceptionMessageRegExp()` is now deprecated. There is no behavioral change in this version of PHPUnit. Using this method will trigger a deprecation warning in PHPUnit 9 and in PHPUnit 10 it will be removed. Please use `expectExceptionMessageMatches()` instead.
3333

34-
[8.4.2]: https://github.com/sebastianbergmann/phpunit/compare/8.4.1...8.4
34+
[8.4.2]: https://github.com/sebastianbergmann/phpunit/compare/8.4.1...8.4.2
3535
[8.4.1]: https://github.com/sebastianbergmann/phpunit/compare/8.4.0...8.4.1
3636
[8.4.0]: https://github.com/sebastianbergmann/phpunit/compare/8.3.5...8.4.0
3737

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function id(): string
3333
}
3434

3535
if (self::$version === '') {
36-
self::$version = (new VersionId('8.4.1', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('8.4.2', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)