mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Adding dom extension to CI
This commit is contained in:
2
.github/workflows/formats.yml
vendored
2
.github/workflows/formats.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
extensions: mbstring, zip
|
extensions: dom, mbstring, zip
|
||||||
tools: prestissimo
|
tools: prestissimo
|
||||||
coverage: pcov
|
coverage: pcov
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php }}
|
php-version: ${{ matrix.php }}
|
||||||
extensions: mbstring, zip
|
extensions: dom, mbstring, zip
|
||||||
coverage: none
|
coverage: none
|
||||||
|
|
||||||
- name: Install Composer dependencies
|
- name: Install Composer dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user