Skip to content

Commit 264da86

Browse files
Prepare release
1 parent 43f07fb commit 264da86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-12.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ All notable changes of the PHPUnit 12.3 release series are documented in this fi
2424
* [#6229](https://github.com/sebastianbergmann/phpunit/issues/6229): `Configuration::excludeTestSuite()`, use `Configuration::excludeTestSuites()` instead
2525
* [#6246](https://github.com/sebastianbergmann/phpunit/issues/6246): Using `#[CoversNothing]` on a test method
2626

27-
[12.3.0]: https://github.com/sebastianbergmann/phpunit/compare/12.2.9...12.3
27+
[12.3.0]: https://github.com/sebastianbergmann/phpunit/compare/12.2.9...12.3.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.3', dirname(__DIR__, 2)))->asString();
38+
self::$version = (new VersionId('12.3.0', dirname(__DIR__, 2)))->asString();
3939
}
4040

4141
return self::$version;

0 commit comments

Comments
 (0)