Skip to content

Commit f62aab5

Browse files
Prepare release
1 parent 98d688c commit f62aab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog-12.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ All notable changes of the PHPUnit 12.4 release series are documented in this fi
1515
* [#6284](https://github.com/sebastianbergmann/phpunit/issues/6284): `#[RunClassInSeparateProcess]` attribute
1616
* [#6355](https://github.com/sebastianbergmann/phpunit/issues/6355): Support for version constraint string argument without explicit version comparison operator
1717

18-
[12.4.0]: https://github.com/sebastianbergmann/phpunit/compare/12.3.15...main
18+
[12.4.0]: https://github.com/sebastianbergmann/phpunit/compare/12.3.15...12.4.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('12.4', dirname(__DIR__, 2)))->asString();
38+
self::$version = (new VersionId('12.4.0', dirname(__DIR__, 2)))->asString();
3939
}
4040

4141
return self::$version;

0 commit comments

Comments
 (0)