Skip to content

Commit 4086414

Browse files
authored
docs: add Note for PHPUnit 11 Support in README.md (#85)
1 parent eb04d91 commit 4086414

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ public function processed_configuration_for_array_node_1(): void
268268

269269
## Version Guidance
270270

271-
| Version | Released | PHPUnit | Status |
272-
|---------|--------------| --------------------|------------|
273-
| 5.x | Jun 2, 2023 | 9.6 and 10.x | Latest |
274-
| 4.x | Mar 5, 2018 | 7.x and 8.x and 9.x | Bugfixes |
275-
| 3.x | Nov 30, 2017 | 6.x   | EOL |
276-
| 2.x | Jun 18, 2016 | 4.x and 5.x | EOL |
277-
| 1.x | Oct 12, 2014 | 3.x | EOL |
271+
| Version | Released | PHPUnit | Status |
272+
|---------|--------------| ----------------------|------------|
273+
| 5.x | Jun 2, 2023 | 9.6 and 10.x and 11.x | Latest |
274+
| 4.x | Mar 5, 2018 | 7.x and 8.x and 9.x | Bugfixes |
275+
| 3.x | Nov 30, 2017 | 6.x   | EOL |
276+
| 2.x | Jun 18, 2016 | 4.x and 5.x | EOL |
277+
| 1.x | Oct 12, 2014 | 3.x | EOL |

0 commit comments

Comments
 (0)