Skip to content

Commit cdd419c

Browse files
Prepare release
1 parent 2c570f4 commit cdd419c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

5-
## [13.1.14] - 2026-MM-DD
5+
## [13.1.14] - 2026-06-04
66

77
### Fixed
88

@@ -150,7 +150,7 @@ All notable changes of the PHPUnit 13.1 release series are documented in this fi
150150
* [#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
151151
* [#6463](https://github.com/sebastianbergmann/phpunit/issues/6463): Process Isolation fails on non-serializable globals and quietly ignore closures
152152

153-
[13.1.14]: https://github.com/sebastianbergmann/phpunit/compare/13.1.13...13.1
153+
[13.1.14]: https://github.com/sebastianbergmann/phpunit/compare/13.1.13...13.1.14
154154
[13.1.13]: https://github.com/sebastianbergmann/phpunit/compare/13.1.12...13.1.13
155155
[13.1.12]: https://github.com/sebastianbergmann/phpunit/compare/13.1.11...13.1.12
156156
[13.1.11]: https://github.com/sebastianbergmann/phpunit/compare/13.1.10...13.1.11

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

4141
return self::$version;

0 commit comments

Comments
 (0)