We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4b5ed commit d5cbb92Copy full SHA for d5cbb92
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: shivammathur/setup-php@v2
24
with:
25
php-version: ${{ matrix.php-version }}
26
- extensions: none, dom, json, mbstring
+ extensions: none, dom, json, mbstring, xml
27
28
- run: composer update
29
0 commit comments