We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0e4a0 commit 247087fCopy full SHA for 247087f
.github/workflows/test.yml
@@ -170,6 +170,8 @@ jobs:
170
shell: bash
171
run: echo "VERSION=$(echo vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
172
173
+ - run: ${{steps.phpunit_version.outputs.VERSION}}
174
+
175
- name: "Run unit tests (PHPUnit < 10)"
176
if: ${{ ! startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
177
run: composer test
0 commit comments