Skip to content

Commit c151651

Browse files
Prepare release
1 parent d80ba53 commit c151651

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-7.4.md

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

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

5+
## [7.4.3] - 2018-10-23
6+
7+
### Changed
8+
9+
* Use `^3.1` of `sebastian/environment` again due to [regression](https://github.com/sebastianbergmann/environment/issues/31)
10+
511
## [7.4.2] - 2018-10-23
612

713
### Fixed
@@ -25,6 +31,7 @@ All notable changes of the PHPUnit 7.4 release series are documented in this fil
2531
* Implemented [#3284](https://github.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time
2632
* Implemented [#3290](https://github.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded
2733

34+
[7.4.3]: https://github.com/sebastianbergmann/phpunit/compare/7.4.2...7.4.3
2835
[7.4.2]: https://github.com/sebastianbergmann/phpunit/compare/7.4.1...7.4.2
2936
[7.4.1]: https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1
3037
[7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0

src/Runner/Version.php

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

3232
if (self::$version === null) {
33-
$version = new VersionId('7.4.2', \dirname(__DIR__, 2));
33+
$version = new VersionId('7.4.3', \dirname(__DIR__, 2));
3434
self::$version = $version->getVersion();
3535
}
3636

0 commit comments

Comments
 (0)