Skip to content

Commit aed8dc2

Browse files
committed
docs: fixed supported phpunit version
1 parent e29c1c0 commit aed8dc2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ An easier way to use PHPUnit with [CodeIgniter](https://github.com/bcit-ci/CodeI
2020
* PHP 7.2 or later
2121
* If you use PHP 7.3 or later and Monkey Patching, you must use PHP-Parser 4.2 or later as a Composer dependency.
2222
* CodeIgniter 3.x
23-
* PHPUnit 8.1 or later
23+
* PHPUnit 8.1 to 9.2
24+
* If you want to use PHPUnit 9.3 or later, please use ci-phpunit-test [3.x](https://github.com/kenjis/ci-phpunit-test/tree/3.x).
2425
* If you want to use PHPUnit 7.5 or earlier, please use ci-phpunit-test [1.x](https://github.com/kenjis/ci-phpunit-test/tree/master).
2526

2627
## Optional

0 commit comments

Comments
 (0)