We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dbb91 commit eae5858Copy full SHA for eae5858
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
run: tar -xvf /tmp/github-actions/build.tar ./
53
54
- name: PHP Unit tests
55
- uses: php-actions/phpunit@debug-cherry-pick
+ uses: php-actions/phpunit@master
56
env:
57
XDEBUG_MODE: cover
58
with:
0 commit comments