Skip to content

Commit 75f469c

Browse files
Prepare release
1 parent 91aa26e commit 75f469c

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.48] - 2025-09-24
6+
7+
* No changes; `phpunit.phar` rebuilt with updated dependencies
8+
59
## [8.5.47] - 2025-09-23
610

711
* No changes; `phpunit.phar` rebuilt with updated dependencies
@@ -356,6 +360,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
356360
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
357361
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
358362

363+
[8.5.48]: https://github.com/sebastianbergmann/phpunit/compare/8.5.47...8.5.48
359364
[8.5.47]: https://github.com/sebastianbergmann/phpunit/compare/8.5.46...8.5.47
360365
[8.5.46]: https://github.com/sebastianbergmann/phpunit/compare/8.5.45...8.5.46
361366
[8.5.45]: https://github.com/sebastianbergmann/phpunit/compare/8.5.44...8.5.45

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.47', dirname(__DIR__, 2)))->getVersion();
41+
self::$version = (new VersionId('8.5.48', dirname(__DIR__, 2)))->getVersion();
4242
}
4343

4444
return self::$version;

0 commit comments

Comments
 (0)