Skip to content

Commit 7a64679

Browse files
committed
Add PHP dom extension
1 parent 0d2c452 commit 7a64679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: shivammathur/setup-php@1.7.0
1616
with:
1717
php-version: ${{ matrix.php-versions }}
18-
extensions: mbstring
18+
extensions: mbstring, dom
1919

2020
- name: Validate composer.json and composer.lock
2121
run: composer validate

0 commit comments

Comments
 (0)