Skip to content

Commit 89d9436

Browse files
Prepare release
1 parent 5171a82 commit 89d9436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [12.5.13] - 2026-MM-DD
5+
## [12.5.13] - 2026-02-18
66

77
### Fixed
88

@@ -116,7 +116,7 @@ All notable changes of the PHPUnit 12.5 release series are documented in this fi
116116
* [#6380](https://github.com/sebastianbergmann/phpunit/pull/6380): Allow `Throwable` in `expectExceptionObject()`
117117
* A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
118118

119-
[12.5.13]: https://github.com/sebastianbergmann/phpunit/compare/12.5.12...12.5
119+
[12.5.13]: https://github.com/sebastianbergmann/phpunit/compare/12.5.12...12.5.13
120120
[12.5.12]: https://github.com/sebastianbergmann/phpunit/compare/12.5.11...12.5.12
121121
[12.5.11]: https://github.com/sebastianbergmann/phpunit/compare/12.5.10...12.5.11
122122
[12.5.10]: https://github.com/sebastianbergmann/phpunit/compare/12.5.9...12.5.10

src/Runner/Version.php

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

3737
if (self::$version === '') {
38-
self::$version = (new VersionId('12.5.12', dirname(__DIR__, 2)))->asString();
38+
self::$version = (new VersionId('12.5.13', dirname(__DIR__, 2)))->asString();
3939
}
4040

4141
return self::$version;

0 commit comments

Comments
 (0)