Skip to content

Commit

Permalink
Use same phpunit on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Sep 25, 2023
1 parent c1894c9 commit 677385a
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.12"
version: "9.6.13"
php_version: "8.2"

# TODO: integrate Coverage https://about.codecov.io/blog/measuring-php-code-coverage-with-phpunit-and-github-actions/
Expand Down

0 comments on commit 677385a

Please sign in to comment.