Skip to content

Commit ea49afa

Browse files
Prepare release
1 parent 5a1c4ea commit ea49afa

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.24] - 2025-MM-DD
5+
## [9.6.24] - 2025-08-10
66

77
### Changed
88

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

179-
[9.6.24]: https://github.com/sebastianbergmann/phpunit/compare/9.6.23...9.6
179+
[9.6.24]: https://github.com/sebastianbergmann/phpunit/compare/9.6.23...9.6.24
180180
[9.6.23]: https://github.com/sebastianbergmann/phpunit/compare/9.6.22...9.6.23
181181
[9.6.22]: https://github.com/sebastianbergmann/phpunit/compare/9.6.21...9.6.22
182182
[9.6.21]: https://github.com/sebastianbergmann/phpunit/compare/9.6.20...9.6.21

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.23', dirname(__DIR__, 2)))->getVersion();
47+
self::$version = (new VersionId('9.6.24', dirname(__DIR__, 2)))->getVersion();
4848

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

0 commit comments

Comments
 (0)