summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorParamtamtam <[email protected]>2019-12-25 20:51:04 +0500
committerParamtamtam <[email protected]>2019-12-25 20:51:04 +0500
commit1c4e97af9a33f2a8513576e28281eeab42f2baa1 (patch)
tree0cccc3cb3d6c7bd34c05a496a44efb435efa6aa7 /.github/workflows/ci-build.yml
parent1028681bfac70739a1ef7e32af0c003e308b5155 (diff)
Workflow updated
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml2
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 }}