Skip to content

Commit fc5413a

Browse files
Prepare release
1 parent ad1c5ed commit fc5413a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ChangeLog-12.4.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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.1] - 2025-MM-DD
5+
## [12.4.1] - 2025-10-09
66

77
### Fixed
88

9+
* [#6364](https://github.com/sebastianbergmann/phpunit/issues/6364): `--filter` format used by PhpStorm stopped working
910
* [#6378](https://github.com/sebastianbergmann/phpunit/issues/6378): Wrong method name passed to `DataProviderMethodCalled` event value object
1011

1112
## [12.4.0] - 2025-10-03
@@ -21,5 +22,5 @@ All notable changes of the PHPUnit 12.4 release series are documented in this fi
2122
* [#6284](https://github.com/sebastianbergmann/phpunit/issues/6284): `#[RunClassInSeparateProcess]` attribute
2223
* [#6355](https://github.com/sebastianbergmann/phpunit/issues/6355): Support for version constraint string argument without explicit version comparison operator
2324

24-
[12.4.1]: https://github.com/sebastianbergmann/phpunit/compare/12.4.0...12.4
25+
[12.4.1]: https://github.com/sebastianbergmann/phpunit/compare/12.4.0...12.4.1
2526
[12.4.0]: https://github.com/sebastianbergmann/phpunit/compare/12.3.15...12.4.0

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

4141
return self::$version;

0 commit comments

Comments
 (0)