diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d6c6e6..701552a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,11 +19,8 @@ jobs: name: PHP${{ matrix.php }} - ${{ matrix.os }} steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 + - uses: actions/checkout@v3 + - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: xdebug