Skip to content

Commit 43d2cb1

Browse files
Prepare release
1 parent 157a3b4 commit 43d2cb1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog-9.6.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.23] - 2025-05-02
6+
7+
### Changed
8+
9+
* [#5956](https://github.com/sebastianbergmann/phpunit/issues/5956): Improved handling of deprecated `E_STRICT` constant
10+
* Improved message when test is considered risky for printing unexpected output
11+
512
## [9.6.22] - 2024-12-05
613

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

172+
[9.6.23]: https://github.com/sebastianbergmann/phpunit/compare/9.6.22...9.6.23
165173
[9.6.22]: https://github.com/sebastianbergmann/phpunit/compare/9.6.21...9.6.22
166174
[9.6.21]: https://github.com/sebastianbergmann/phpunit/compare/9.6.20...9.6.21
167175
[9.6.20]: https://github.com/sebastianbergmann/phpunit/compare/9.6.19...9.6.20

src/Runner/Version.php

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

4646
if (self::$version === '') {
47-
self::$version = (new VersionId('9.6.22', dirname(__DIR__, 2)))->getVersion();
47+
self::$version = (new VersionId('9.6.23', dirname(__DIR__, 2)))->getVersion();
4848

4949
assert(!empty(self::$version));
5050
}

0 commit comments

Comments
 (0)