Skip to content

Commit d475be0

Browse files
Prepare release
1 parent eeb58ad commit d475be0

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.3] - 2024-MM-DD
5+
## [11.1.3] - 2024-04-24
66

77
### Fixed
88

@@ -46,7 +46,7 @@ All notable changes of the PHPUnit 11.1 release series are documented in this fi
4646
* [#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
4747
* [#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
4848

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

4040
return self::$version;

0 commit comments

Comments
 (0)