Skip to content

Commit 915a2e7

Browse files
Prepare release
1 parent 874edce commit 915a2e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

5-
## [13.0.4] - 2026-MM-DD
5+
## [13.0.4] - 2026-02-18
66

77
### Fixed
88

@@ -62,7 +62,7 @@ All notable changes of the PHPUnit 13.0 release series are documented in this fi
6262
* [#6285](https://github.com/sebastianbergmann/phpunit/issues/6285): `#[RunClassInSeparateProcess]` attribute
6363
* [#6356](https://github.com/sebastianbergmann/phpunit/issues/6356): Support for version constraint string argument without explicit version comparison operator
6464

65-
[13.0.4]: https://github.com/sebastianbergmann/phpunit/compare/13.0.3...13.0
65+
[13.0.4]: https://github.com/sebastianbergmann/phpunit/compare/13.0.3...13.0.4
6666
[13.0.3]: https://github.com/sebastianbergmann/phpunit/compare/13.0.2...13.0.3
6767
[13.0.2]: https://github.com/sebastianbergmann/phpunit/compare/13.0.1...13.0.2
6868
[13.0.1]: https://github.com/sebastianbergmann/phpunit/compare/13.0.0...13.0.1

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

4141
return self::$version;

0 commit comments

Comments
 (0)