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 f2f24cf commit 483bae3Copy full SHA for 483bae3
.github/workflows/unit-tests.yml
@@ -135,6 +135,9 @@ jobs:
135
id: phpunit_version
136
run: echo "VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
137
138
+ - name: "DEBUG: Show grabbed PHPUnit version"
139
+ run: echo ${{ steps.phpunit_version.outputs.VERSION }}
140
+
141
- name: Determine PHPUnit config file to use
142
id: phpunit_config
143
shell: bash
0 commit comments