Skip to content

Commit 15a89f1

Browse files
Prepare release
1 parent dc74839 commit 15a89f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [10.2.5] - 2023-MM-DD
5+
## [10.2.5] - 2023-07-14
66

77
### Changed
88

@@ -56,7 +56,7 @@ All notable changes of the PHPUnit 10.2 release series are documented in this fi
5656
* [#5366](https://github.com/sebastianbergmann/phpunit/issues/5366): `PHPUnit\Event\TestSuite\Loaded` event has incomplete `PHPUnit\Event\TestSuite\TestSuite` value object
5757
* Always use `X.Y.Z` version number (and not just `X.Y`) of PHPUnit's version when checking whether a PHAR-distributed extension is compatible
5858

59-
[10.2.5]: https://github.com/sebastianbergmann/phpunit/compare/10.2.4...10.2
59+
[10.2.5]: https://github.com/sebastianbergmann/phpunit/compare/10.2.4...10.2.5
6060
[10.2.4]: https://github.com/sebastianbergmann/phpunit/compare/10.2.3...10.2.4
6161
[10.2.3]: https://github.com/sebastianbergmann/phpunit/compare/10.2.2...10.2.3
6262
[10.2.2]: https://github.com/sebastianbergmann/phpunit/compare/10.2.1...10.2.2

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static function id(): string
3434
}
3535

3636
if (self::$version === '') {
37-
self::$version = (new VersionId('10.2.4', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('10.2.5', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)