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