We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917e142 commit 46ff41dCopy full SHA for 46ff41d
.github/workflows/test.yml
@@ -254,6 +254,7 @@ jobs:
254
255
- name: Grab PHPUnit version
256
id: phpunit_version
257
+ shell: bash
258
# yamllint disable-line rule:line-length
259
run: echo "VERSION=$(php "vendor/bin/phpunit" --version | grep --only-matching --max-count=1 --extended-regexp '\b[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
260
0 commit comments