diff options
-rw-r--r-- | .github/workflows/blank.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index c1d92556..cb9fe0f3 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -28,9 +28,9 @@ jobs: - name: Install dependencies and download binary roadrunner run: | export GO111MODULE=on - php ${{ matrix.php }} -v + php${{ matrix.php }} -v composer -V go mod download composer install --no-interaction --prefer-source - find src/ -name "*.php" -print0 | xargs -0 -n1 -P8 php -l + find src/ -name "*.php" -print0 | xargs -0 -n1 -P8 php${{ matrix.php }} -l chmod +x bin/rr && bin/rr get-binary |