From b2a90e38c30913d92bda7d3ffe2c74c9e8eb8dc4 Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Thu, 10 Oct 2024 12:24:29 +0100 Subject: [PATCH] Update phpunit supported versions range --- general/development/tools/phpunit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/development/tools/phpunit.md b/general/development/tools/phpunit.md index e8d9937828..765877584d 100644 --- a/general/development/tools/phpunit.md +++ b/general/development/tools/phpunit.md @@ -55,7 +55,7 @@ The following table shows what PHPUnit version is installed in which Moodle vers | Moodle version | PHPUnit version | Links | | --- | --- |---------------------------------------------------------| -| Moodle 4.4 | PHPUnit 9.6 | [Documentation](https://docs.phpunit.de/en/9.6/) | +| Moodle 4.4 - 4.5 | PHPUnit 9.6 | [Documentation](https://docs.phpunit.de/en/9.6/) | | Moodle 3.11 - 4.3 | PHPUnit 9.5 | [Documentation](https://docs.phpunit.de/en/9.6/) | | Moodle 3.10 | PHPUnit 8.5 | [Documentation](https://docs.phpunit.de/en/8.5/) | | Moodle 3.7 - 3.9 | PHPUnit 7.5 | [Documentation](https://docs.phpunit.de/en/7.5/) |