Skip to content

Commit f20e77c

Browse files
committed
Update test.yml
1 parent aa0e4a0 commit f20e77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Grab PHPUnit version
169169
id: phpunit_version
170170
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
171+
run: echo "VERSION=$(php vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
172172

173173
- name: "Run unit tests (PHPUnit < 10)"
174174
if: ${{ ! startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}

0 commit comments

Comments
 (0)