diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff20502..5d1ed26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: php_extensions: "xdebug mbstring xml" configuration: "phpunit.xml" coverage_clover: "coverage.xml" - version: "9.6.5" + version: "9.6.6" php_version: "7.4.10" # TODO: integrate Coverage https://about.codecov.io/blog/measuring-php-code-coverage-with-phpunit-and-github-actions/