Skip to content

Commit 13e9b2b

Browse files
Prepare release
1 parent be79d63 commit 13e9b2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog-12.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.14] - 2025-09-24
6+
7+
* No changes; `phpunit.phar` rebuilt with updated dependencies
8+
59
## [12.3.13] - 2025-09-23
610

711
* No changes; `phpunit.phar` rebuilt with updated dependencies
@@ -124,6 +128,7 @@ All notable changes of the PHPUnit 12.3 release series are documented in this fi
124128
* [#6229](https://github.com/sebastianbergmann/phpunit/issues/6229): `Configuration::excludeTestSuite()`, use `Configuration::excludeTestSuites()` instead
125129
* [#6246](https://github.com/sebastianbergmann/phpunit/issues/6246): Using `#[CoversNothing]` on a test method
126130

131+
[12.3.14]: https://github.com/sebastianbergmann/phpunit/compare/12.3.13...12.3.14
127132
[12.3.13]: https://github.com/sebastianbergmann/phpunit/compare/12.3.12...12.3.13
128133
[12.3.12]: https://github.com/sebastianbergmann/phpunit/compare/12.3.11...12.3.12
129134
[12.3.11]: https://github.com/sebastianbergmann/phpunit/compare/12.3.10...12.3.11

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

4141
return self::$version;

0 commit comments

Comments
 (0)