Skip to content

Commit 3cbc466

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 70a496a + fc1cef0 commit 3cbc466

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/RELEASE-CHECKLIST.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ If releases for multiple branches are to be tagged, always tag the 1.x release f
1515
Verify that a release link at the bottom of the `CHANGELOG.md` file has been added.
1616
- [ ] Merge the changelog PR.
1717
- [ ] Make sure all CI builds are green.
18-
- [ ] Fast-forward the `main` branch to the latest `3.x` commit and push.
19-
- [ ] Tag the release on `main` (careful, GH defaults to `3.x`!).
20-
- [ ] Create a release from the tag (careful, GH defaults to `3.x`!) & copy & paste the changelog to it.
18+
- [ ] Tag the release on the 3.x branch (careful, GH defaults to `4.x`!).
19+
- [ ] Create a release from the tag (careful, GH defaults to `4.x`!) & copy & paste the changelog to it.
2120
Make sure to copy the links to the issues and the links to the GH usernames from the bottom of the changelog!
2221
- [ ] Close the milestone.
2322
- [ ] Open a new milestone for the next release.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,19 @@ By doing so, dropping support for an older PHPUnit version becomes as straight-f
7777
* Releases in the `1.x` series of the PHPUnit Polyfills support PHPUnit 4.8 - 9.x.
7878
* Releases in the `2.x` series of the PHPUnit Polyfills support PHPUnit 5.7 - 10.x.
7979
* Releases in the `3.x` series of the PHPUnit Polyfills support PHPUnit 6.4 - 11.x (but don't support running tests on PHPUnit 10).
80+
* Releases in the `4.x` series of the PHPUnit Polyfills support PHPUnit 7.5 - 12.x (but don't support running tests on PHPUnit 10).
8081

8182
Please keep in mind that the PHPUnit Polyfills provide _forward_-compatibility.
82-
This means that features which PHPUnit no longer supports in PHPUnit 10.x, like expecting PHP deprecation notices or warnings, will not be supported in the PHPUnit Polyfills 2.x series and features not supported in PHPUnit 11.x, will not be supported in the PHPUnit Polyfills 3.x series.
83+
This means that features which PHPUnit no longer supports in PHPUnit 10.x, like expecting PHP deprecation notices or warnings, will not be supported in the PHPUnit Polyfills 2.x series and features not supported in PHPUnit 11.x, will not be supported in the PHPUnit Polyfills 3.x series etc.
8384

84-
Please refer to the [PHPUnit 10 release notification]/[PHPUnit 10 changelog] and the [PHPUnit 11 release notification]/[PHPUnit 11 changelog] to inform your decision on whether or not to upgrade (yet).
85+
Please refer to the [PHPUnit 10 release notification]/[PHPUnit 10 changelog], [PHPUnit 11 release notification]/[PHPUnit 11 changelog] and/or the [PHPUnit 12 release notification]/[PHPUnit 12 changelog] to inform your decision on whether or not to upgrade (yet).
8586

8687
[PHPUnit 10 release notification]: https://phpunit.de/announcements/phpunit-10.html
8788
[PHPUnit 10 changelog]: https://github.com/sebastianbergmann/phpunit/blob/10.0.19/ChangeLog-10.0.md
8889
[PHPUnit 11 release notification]: https://phpunit.de/announcements/phpunit-11.html
8990
[PHPUnit 11 changelog]: https://github.com/sebastianbergmann/phpunit/blob/11.0.10/ChangeLog-11.0.md
91+
[PHPUnit 12 release notification]: https://phpunit.de/announcements/phpunit-12.html
92+
[PHPUnit 12 changelog]: https://github.com/sebastianbergmann/phpunit/blob/12.0.2/ChangeLog-12.0.md
9093

9194

9295
Using this library

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"extra": {
5656
"branch-alias": {
57-
"dev-main": "3.x-dev"
57+
"dev-main": "4.x-dev"
5858
}
5959
},
6060
"scripts": {

0 commit comments

Comments
 (0)