Skip to content

Commit d5cbb92

Browse files
committed
xml
1 parent cc4b5ed commit d5cbb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: ${{ matrix.php-version }}
26-
extensions: none, dom, json, mbstring
26+
extensions: none, dom, json, mbstring, xml
2727

2828
- run: composer update
2929

0 commit comments

Comments
 (0)