Skip to content

Commit 809b4bf

Browse files
Prepare release
1 parent fa13e61 commit 809b4bf

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
@@ -71,7 +71,7 @@ jobs:
7171
extensions: intl
7272

7373
- name: Run roave/backward-compatibility-check
74-
run: ./tools/roave-backward-compatibility-check --from=8.5.4
74+
run: ./tools/roave-backward-compatibility-check --from=8.5.7
7575

7676
lint-xml-configuration:
7777
name: Lint XML Configuration

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

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

77
### Fixed
88

@@ -71,7 +71,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
7171
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
7272
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
7373

74-
[8.5.7]: https://github.com/sebastianbergmann/phpunit/compare/8.5.6...8.5
74+
[8.5.7]: https://github.com/sebastianbergmann/phpunit/compare/8.5.6...8.5.7
7575
[8.5.6]: https://github.com/sebastianbergmann/phpunit/compare/8.5.5...8.5.6
7676
[8.5.5]: https://github.com/sebastianbergmann/phpunit/compare/8.5.4...8.5.5
7777
[8.5.4]: https://github.com/sebastianbergmann/phpunit/compare/8.5.3...8.5.4

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('8.5.6', \dirname(__DIR__, 2)))->getVersion();
36+
self::$version = (new VersionId('8.5.7', \dirname(__DIR__, 2)))->getVersion();
3737
}
3838

3939
return self::$version;

0 commit comments

Comments
 (0)