Skip to content

Commit f4e5725

Browse files
Prepare release
1 parent 5511bd8 commit f4e5725

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
extensions: intl
7575

7676
- name: Run roave/backward-compatibility-check
77-
run: ./tools/roave-backward-compatibility-check --from=9.1.0
77+
run: ./tools/roave-backward-compatibility-check --from=9.2.4
7878

7979
lint-xml-configuration:
8080
name: Lint XML Configuration

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

5-
## [9.2.4] - 2020-MM-DD
5+
## [9.2.4] - 2020-06-21
66

77
### Fixed
88

@@ -44,7 +44,7 @@ All notable changes of the PHPUnit 9.2 release series are documented in this fil
4444
* [#4258](https://github.com/sebastianbergmann/phpunit/pull/4258): Prevent unpredictable result by raising an exception when multiple matchers can be applied to a test double invocation
4545
* The test runner no longer relies on `$_SERVER['REQUEST_TIME_FLOAT']` for printing the elapsed time
4646

47-
[9.2.4]: https://github.com/sebastianbergmann/phpunit/compare/9.2.3...9.2
47+
[9.2.4]: https://github.com/sebastianbergmann/phpunit/compare/9.2.3...9.2.4
4848
[9.2.3]: https://github.com/sebastianbergmann/phpunit/compare/9.2.2...9.2.3
4949
[9.2.2]: https://github.com/sebastianbergmann/phpunit/compare/9.2.1...9.2.2
5050
[9.2.1]: https://github.com/sebastianbergmann/phpunit/compare/9.2.0...9.2.1

src/Runner/Version.php

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

3535
if (self::$version === '') {
36-
self::$version = (new VersionId('9.2.3', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('9.2.4', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)