Skip to content

Commit b0a92d1

Browse files
Prepare release
1 parent acf5435 commit b0a92d1

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.50] - 2025-12-06
6+
7+
* No changes; `phpunit.phar` rebuilt with PHP 8.4 to work around PHP-Scoper issue [#1139](https://github.com/humbug/php-scoper/issues/1139)
8+
59
## [8.5.49] - 2025-12-01
610

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

371+
[8.5.50]: https://github.com/sebastianbergmann/phpunit/compare/8.5.49...8.5.50
367372
[8.5.49]: https://github.com/sebastianbergmann/phpunit/compare/8.5.48...8.5.49
368373
[8.5.48]: https://github.com/sebastianbergmann/phpunit/compare/8.5.47...8.5.48
369374
[8.5.47]: https://github.com/sebastianbergmann/phpunit/compare/8.5.46...8.5.47

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

4444
return self::$version;

0 commit comments

Comments
 (0)