Skip to content

Commit 5af3178

Browse files
Prepare release
1 parent 6c99d40 commit 5af3178

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [12.4.5] - 2025-MM-DD
5+
## [12.4.5] - 2025-12-01
66

77
### Changed
88

@@ -55,7 +55,7 @@ All notable changes of the PHPUnit 12.4 release series are documented in this fi
5555
* [#6284](https://github.com/sebastianbergmann/phpunit/issues/6284): `#[RunClassInSeparateProcess]` attribute
5656
* [#6355](https://github.com/sebastianbergmann/phpunit/issues/6355): Support for version constraint string argument without explicit version comparison operator
5757

58-
[12.4.5]: https://github.com/sebastianbergmann/phpunit/compare/12.4.4...12.4
58+
[12.4.5]: https://github.com/sebastianbergmann/phpunit/compare/12.4.4...12.4.5
5959
[12.4.4]: https://github.com/sebastianbergmann/phpunit/compare/12.4.3...12.4.4
6060
[12.4.3]: https://github.com/sebastianbergmann/phpunit/compare/12.4.2...12.4.3
6161
[12.4.2]: https://github.com/sebastianbergmann/phpunit/compare/12.4.1...12.4.2

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.4.4', dirname(__DIR__, 2)))->asString();
38+
self::$version = (new VersionId('12.4.5', dirname(__DIR__, 2)))->asString();
3939
}
4040

4141
return self::$version;

0 commit comments

Comments
 (0)