Skip to content

Commit c433e79

Browse files
Prepare release
1 parent f3dc88b commit c433e79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tag: ${{ env.RELEASE_TAG }}
4343
name: PHPUnit ${{ env.RELEASE_TAG }}
4444
bodyFile: release-notes.md
45-
commit: "12.0"
45+
commit: "12.1"
4646

4747
- name: Announce release
4848
id: mastodon

ChangeLog-12.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ All notable changes of the PHPUnit 12.1 release series are documented in this fi
1919

2020
* [#6140](https://github.com/sebastianbergmann/phpunit/issues/6140): The `testClassName()` method on the `AfterTestMethodCalled`, `AfterTestMethodErrored`, `AfterTestMethodFinished`, `BeforeTestMethodCalled`, `BeforeTestMethodErrored`, `BeforeTestMethodFinished`, `PostConditionCalled`, `PostConditionErrored`, `PostConditionFinished`, `PreConditionCalled`, `PreConditionErrored`, and `PreConditionFinished` event value objects (use `test()->className()` instead)
2121

22-
[12.1.0]: https://github.com/sebastianbergmann/phpunit/compare/12.0...main
22+
[12.1.0]: https://github.com/sebastianbergmann/phpunit/compare/12.0.10...12.1.0

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

4040
return self::$version;

0 commit comments

Comments
 (0)