diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,8 +69,8 @@ lint-fix: bin/phpcbf ## Fix the errors detected by the linter bin/phpunit: mkdir -p bin/ - wget -O bin/phpunit https://phar.phpunit.de/phpunit-7.5.9.phar - echo '5404288061420c3921e53dd3a756bf044be546c825c5e3556dea4c51aa330f69 bin/phpunit' | sha256sum -c - || rm bin/phpunit + wget -O bin/phpunit https://phar.phpunit.de/phpunit-9.5.2.phar + echo 'bcf913565bc60dfb5356cf67cbbccec1d8888dbd595b0fbb8343a5019342c67c bin/phpunit' | sha256sum -c - || rm bin/phpunit bin/phpcs: mkdir -p bin/ |
