Skip to content

Commit 247087f

Browse files
committed
Update test.yml
1 parent aa0e4a0 commit 247087f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ jobs:
170170
shell: bash
171171
run: echo "VERSION=$(echo vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
172172

173+
- run: ${{steps.phpunit_version.outputs.VERSION}}
174+
173175
- name: "Run unit tests (PHPUnit < 10)"
174176
if: ${{ ! startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
175177
run: composer test

0 commit comments

Comments
 (0)