Skip to content

Commit 4290950

Browse files
Prepare release
1 parent d1f77d0 commit 4290950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [12.3.4] - 2025-MM-DD
5+
## [12.3.4] - 2025-08-12
66

77
### Changed
88

@@ -67,7 +67,7 @@ All notable changes of the PHPUnit 12.3 release series are documented in this fi
6767
* [#6229](https://github.com/sebastianbergmann/phpunit/issues/6229): `Configuration::excludeTestSuite()`, use `Configuration::excludeTestSuites()` instead
6868
* [#6246](https://github.com/sebastianbergmann/phpunit/issues/6246): Using `#[CoversNothing]` on a test method
6969

70-
[12.3.4]: https://github.com/sebastianbergmann/phpunit/compare/12.3.3...12.3
70+
[12.3.4]: https://github.com/sebastianbergmann/phpunit/compare/12.3.3...12.3.4
7171
[12.3.3]: https://github.com/sebastianbergmann/phpunit/compare/12.3.2...12.3.3
7272
[12.3.2]: https://github.com/sebastianbergmann/phpunit/compare/12.3.1...12.3.2
7373
[12.3.1]: https://github.com/sebastianbergmann/phpunit/compare/12.3.0...12.3.1

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

4141
return self::$version;

0 commit comments

Comments
 (0)