From e5ff04b670e142a2982278eb850c4d87f7e10ad1 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Wed, 22 Mar 2023 16:14:32 -0700 Subject: [PATCH] show me how you setup php --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a0f6b7..f6228d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup PHP with Xdebug - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@@verbose with: coverage: xdebug php-version: 5.5 @@ -64,7 +64,7 @@ jobs: - "8.2" steps: - name: Setup PHP with Xdebug - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@verbose with: coverage: xdebug php-version: ${{matrix.version}}