Skip to content

Commit 32c2c2d

Browse files
Prepare release
1 parent 77ce176 commit 32c2c2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog-9.6.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 9.6 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [9.6.18] - 2024-03-21
6+
7+
### Changed
8+
9+
* [#5763](https://github.com/sebastianbergmann/phpunit/issues/5763): Release nullable type changes for PHPUnit 9.6
10+
511
## [9.6.17] - 2024-02-23
612

713
### Changed
@@ -131,6 +137,7 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
131137
* [#5064](https://github.com/sebastianbergmann/phpunit/issues/5064): Deprecate `PHPUnit\Framework\TestCase::getMockClass()`
132138
* [#5132](https://github.com/sebastianbergmann/phpunit/issues/5132): Deprecate `Test` suffix for abstract test case classes
133139

140+
[9.6.18]: https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.18
134141
[9.6.17]: https://github.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17
135142
[9.6.16]: https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16
136143
[9.6.15]: https://github.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15

src/Runner/Version.php

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

4646
if (self::$version === '') {
47-
self::$version = (new VersionId('9.6.17', dirname(__DIR__, 2)))->getVersion();
47+
self::$version = (new VersionId('9.6.18', dirname(__DIR__, 2)))->getVersion();
4848

4949
assert(!empty(self::$version));
5050
}

0 commit comments

Comments
 (0)