Skip to content

Commit fc1cef0

Browse files
committed
Merge branch '1.x' into 2.x
2 parents 92c9d2e + 91d63bc commit fc1cef0

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/RELEASE-CHECKLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +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-
- [ ] Tag the release on the 2.x branch (careful, GH defaults to `3.x`!).
19-
- [ ] Create a release from the tag (careful, GH defaults to `3.x`!) & copy & paste the changelog to it.
18+
- [ ] Tag the release on the 2.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.
2020
Make sure to copy the links to the issues and the links to the GH usernames from the bottom of the changelog!
2121
- [ ] Close the milestone.
2222
- [ ] Open a new milestone for the next release.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,19 @@ By doing so, dropping support for an older PHPUnit version becomes as straight-f
7878
* Releases in the `1.x` series of the PHPUnit Polyfills support PHPUnit 4.8 - 9.x.
7979
* Releases in the `2.x` series of the PHPUnit Polyfills support PHPUnit 5.7 - 10.x.
8080
* 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).
81+
* 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).
8182

8283
Please keep in mind that the PHPUnit Polyfills provide _forward_-compatibility.
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.
84+
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.
8485

85-
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).
86+
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).
8687

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

9295

9396
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)