We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b573f8 commit 7bd1f6cCopy full SHA for 7bd1f6c
.github/workflows/run-tests.yml
@@ -49,5 +49,8 @@ jobs:
49
- name: List Installed Dependencies
50
run: composer show
51
52
+ - name: Debug PhpUnit version
53
+ run: composer why phpunit/phpunit -t
54
+
55
- name: Execute tests
56
run: vendor/bin/pest
0 commit comments