Skip to content

Commit

Permalink
Add dom extension for phpunit on 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanchilvers committed Nov 4, 2019
1 parent cb7895d commit 48a0b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
extension-csv: mbstring, xdebug
extension-csv: mbstring, dom, xdebug
coverage: xdebug
- name: Download scrutinizer ocular
run: wget -q -O ocular.phar https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 48a0b51

Please sign in to comment.