Skip to content

Commit 8b1348b

Browse files
Prepare release
1 parent 39f739a commit 8b1348b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [12.2.7] - 2025-MM-DD
5+
## [12.2.7] - 2025-07-11
66

77
### Fixed
88

@@ -107,7 +107,7 @@ This feature is experimental and the generated XML may change to enhance complia
107107
* A warning is now emitted when more than one of `#[Small]`, `#[Medium]`, or `#[Large]` is used on a test class
108108
* A warning is now emitted when a data provider provides data sets that have more values than the test method consumes using arguments
109109

110-
[12.2.7]: https://github.com/sebastianbergmann/phpunit/compare/12.2.6...12.2
110+
[12.2.7]: https://github.com/sebastianbergmann/phpunit/compare/12.2.6...12.2.7
111111
[12.2.6]: https://github.com/sebastianbergmann/phpunit/compare/12.2.5...12.2.6
112112
[12.2.5]: https://github.com/sebastianbergmann/phpunit/compare/12.2.4...12.2.5
113113
[12.2.4]: https://github.com/sebastianbergmann/phpunit/compare/12.2.3...12.2.4

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

4141
return self::$version;

0 commit comments

Comments
 (0)