Skip to content

Commit 51e342a

Browse files
Prepare release
1 parent 00061dd commit 51e342a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

5-
## [11.1.2] - 2024-MM-DD
5+
## [11.1.2] - 2024-04-14
66

77
### Fixed
88

@@ -39,6 +39,6 @@ All notable changes of the PHPUnit 11.1 release series are documented in this fi
3939
* [#5689](https://github.com/sebastianbergmann/phpunit/issues/5689): The `restrictDeprecations` attribute on the `<source>` element of the XML configuration file is now deprecated in favor of the `ignoreSelfDeprecations`, `ignoreDirectDeprecations`, and `ignoreIndirectDeprecations` attributes
4040
* [#5709](https://github.com/sebastianbergmann/phpunit/issues/5709): Deprecate support for using comma-separated values with the `--group`, `--exclude-group`, `--covers`, `--uses`, and `--test-suffix` CLI options
4141

42-
[11.1.2]: https://github.com/sebastianbergmann/phpunit/compare/11.1.1...11.1
42+
[11.1.2]: https://github.com/sebastianbergmann/phpunit/compare/11.1.1...11.1.2
4343
[11.1.1]: https://github.com/sebastianbergmann/phpunit/compare/11.1.0...11.1.1
4444
[11.1.0]: https://github.com/sebastianbergmann/phpunit/compare/11.0.10...11.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('11.1.1', dirname(__DIR__, 2)))->asString();
37+
self::$version = (new VersionId('11.1.2', dirname(__DIR__, 2)))->asString();
3838
}
3939

4040
return self::$version;

0 commit comments

Comments
 (0)