Skip to content

Commit 7065dbe

Browse files
Prepare release
1 parent 8e299b3 commit 7065dbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [10.0.14] - 2023-MM-DD
5+
## [10.0.14] - 2023-03-01
66

77
### Changed
88

@@ -235,7 +235,7 @@ All notable changes of the PHPUnit 10.0 release series are documented in this fi
235235
* PHP 7.3, PHP 7.4, and PHP 8.0 are no longer supported
236236
* `phpunit/php-code-coverage` [no longer supports PHPDBG and Xdebug 2](https://github.com/sebastianbergmann/php-code-coverage/blob/10.0.0/ChangeLog.md#1000---2023-02-03)
237237

238-
[10.0.14]: https://github.com/sebastianbergmann/phpunit/compare/10.0.13...10.0
238+
[10.0.14]: https://github.com/sebastianbergmann/phpunit/compare/10.0.13...10.0.14
239239
[10.0.13]: https://github.com/sebastianbergmann/phpunit/compare/10.0.12...10.0.13
240240
[10.0.12]: https://github.com/sebastianbergmann/phpunit/compare/10.0.11...10.0.12
241241
[10.0.11]: https://github.com/sebastianbergmann/phpunit/compare/10.0.10...10.0.11

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.0.13', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('10.0.14', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)