codeigniter4 / cache

PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4
MIT License
8 stars 4 forks source link

chore: fix PHPUnit version to ^9.6 #42

Closed kenjis closed 2 months ago

kenjis commented 2 months ago

Description

Run vendor/bin/phpunit --verbose --coverage-text --testsuite main
PHPUnit 10.5.20 by Sebastian Bergmann and contributors.

Unknown option "--verbose"
Error: Process completed with exit code 2.

https://github.com/codeigniter4/cache/actions/runs/9207748908/job/25328475291

Checklist:

samsonasik commented 2 months ago

Thank you @kenjis