diff options
-rw-r--r-- | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index a017428b..e61c20d1 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php }} - extension-csv: dom + extensions: dom coverage: xdebug - name: Set up Go ${{ matrix.go }} |