Skip to content

Commit 8f5180f

Browse files
Prepare release
1 parent 6b667a5 commit 8f5180f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ChangeLog-13.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes of the PHPUnit 13.2 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5-
## [13.2.4] - 2026-MM-DD
5+
## [13.2.4] - 2026-07-08
66

77
### Fixed
88

@@ -91,7 +91,7 @@ All notable changes of the PHPUnit 13.2 release series are documented in this fi
9191
* [#5851](https://github.com/sebastianbergmann/phpunit/issues/5851): Output buffer manipulation in tests causes incorrect capture, hangs, and silent failures
9292
* [#6582](https://github.com/sebastianbergmann/phpunit/issues/6582): `TestSuiteSorter::cmpSize()` does not handle `TestSuite` objects for `TestCase` classes
9393

94-
[13.2.4]: https://github.com/sebastianbergmann/phpunit/compare/13.2.3...13.2
94+
[13.2.4]: https://github.com/sebastianbergmann/phpunit/compare/13.2.3...13.2.4
9595
[13.2.3]: https://github.com/sebastianbergmann/phpunit/compare/13.2.2...13.2.3
9696
[13.2.2]: https://github.com/sebastianbergmann/phpunit/compare/13.2.1...13.2.2
9797
[13.2.1]: https://github.com/sebastianbergmann/phpunit/compare/13.2.0...13.2.1

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function id(): string
4141
$path = '.';
4242
}
4343

44-
self::$version = new VersionId('13.2.3', $path)->asString();
44+
self::$version = new VersionId('13.2.4', $path)->asString();
4545
}
4646

4747
return self::$version;

0 commit comments

Comments
 (0)