Skip to content

Commit 9125ee0

Browse files
Prepare release
1 parent e0d2712 commit 9125ee0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog-9.6.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 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [9.6.4] - 2023-MM-DD
5+
## [9.6.4] - 2023-02-27
66

77
### Fixed
88

@@ -36,7 +36,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
3636
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
3737
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
3838

39-
[9.6.4]: https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6
39+
[9.6.4]: https://github.com/sebastianbergmann/phpunit/compare/9.6.3...9.6.4
4040
[9.6.3]: https://github.com/sebastianbergmann/phpunit/compare/9.6.2...9.6.3
4141
[9.6.2]: https://github.com/sebastianbergmann/phpunit/compare/9.6.1...9.6.2
4242
[9.6.1]: https://github.com/sebastianbergmann/phpunit/compare/9.6.0...9.6.1

src/Runner/Version.php

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

4343
if (self::$version === '') {
44-
self::$version = (new VersionId('9.6.3', dirname(__DIR__, 2)))->getVersion();
44+
self::$version = (new VersionId('9.6.4', dirname(__DIR__, 2)))->getVersion();
4545
}
4646

4747
return self::$version;

0 commit comments

Comments
 (0)