File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : Grab PHPUnit version
169
169
id : phpunit_version
170
- run : echo "VERSION=$(vendor/bin/phpunit --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
170
+ run : echo "VERSION=$(php " vendor/bin/phpunit" --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> $GITHUB_OUTPUT
171
171
172
172
- name : " Run unit tests (PHPUnit < 10)"
173
173
if : ${{ ! startsWith( steps.phpunit_version.outputs.VERSION, '10.' ) }}
@@ -182,4 +182,4 @@ jobs:
182
182
name : parallel-lint-phar
183
183
184
184
- name : Run linter against codebase using the phar
185
- run : php ./ parallel-lint.phar --exclude vendor --exclude tests/fixtures .
185
+ run : php " parallel-lint.phar" --exclude vendor --exclude tests/fixtures .
You can’t perform that action at this time.
0 commit comments