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 40d47e5 commit 0b6f559Copy full SHA for 0b6f559
.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