Skip to content

Commit

Permalink
add more php extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
BdsOliveira committed Feb 19, 2024
1 parent 4825f12 commit 0020338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
extensions: mbstring, dom, fileinfo

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
Expand Down

0 comments on commit 0020338

Please sign in to comment.