Skip to content

Commit

Permalink
Use PHPUnit 9.6.6 in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Mar 28, 2023
1 parent 4549340 commit 252e107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 252e107

Please sign in to comment.