Skip to content

Commit 0618471

Browse files
Prepare release
1 parent 0f10214 commit 0618471

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog-13.1.md

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

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

5+
## [13.1.3] - 2026-04-13
6+
7+
### Fixed
8+
9+
* Regression in XML configuration migration introduced in PHPUnit 12.5.8
10+
511
## [13.1.2] - 2026-04-13
612

713
### Fixed
@@ -59,6 +65,7 @@ All notable changes of the PHPUnit 13.1 release series are documented in this fi
5965
* [#6433](https://github.com/sebastianbergmann/phpunit/issues/6433): Logic in `TestSuiteLoader` is brittle and causes "Class FooTest not found" even for valid tests in valid filenames
6066
* [#6463](https://github.com/sebastianbergmann/phpunit/issues/6463): Process Isolation fails on non-serializable globals and quietly ignore closures
6167

68+
[13.1.3]: https://github.com/sebastianbergmann/phpunit/compare/13.1.2...13.1.3
6269
[13.1.2]: https://github.com/sebastianbergmann/phpunit/compare/13.1.1...13.1.2
6370
[13.1.1]: https://github.com/sebastianbergmann/phpunit/compare/13.1.0...13.1.1
6471
[13.1.0]: https://github.com/sebastianbergmann/phpunit/compare/13.0.6...13.1.0

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

4141
return self::$version;

0 commit comments

Comments
 (0)