Skip to content

Commit c013480

Browse files
Prepare release
1 parent eba70fe commit c013480

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

5+
## [8.5.47] - 2025-09-23
6+
7+
* No changes; `phpunit.phar` rebuilt with updated dependencies
8+
59
## [8.5.46] - 2025-09-14
610

711
### Changed
@@ -352,6 +356,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
352356
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
353357
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
354358

359+
[8.5.47]: https://github.com/sebastianbergmann/phpunit/compare/8.5.46...8.5.47
355360
[8.5.46]: https://github.com/sebastianbergmann/phpunit/compare/8.5.45...8.5.46
356361
[8.5.45]: https://github.com/sebastianbergmann/phpunit/compare/8.5.44...8.5.45
357362
[8.5.44]: https://github.com/sebastianbergmann/phpunit/compare/8.5.43...8.5.44

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function id(): string
3838
}
3939

4040
if (self::$version === '') {
41-
self::$version = (new VersionId('8.5.46', dirname(__DIR__, 2)))->getVersion();
41+
self::$version = (new VersionId('8.5.47', dirname(__DIR__, 2)))->getVersion();
4242
}
4343

4444
return self::$version;

0 commit comments

Comments
 (0)