Skip to content

Commit b03748e

Browse files
committed
fix(ci): add zip extension to PHP CI setup
The ext-zip requirement in composer.json was missing from the CI PHP extensions list, causing all Windows matrix jobs to fail.
1 parent 8e079cc commit b03748e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: shivammathur/setup-php@v2
2828
with:
2929
php-version: ${{ matrix.php-version }}
30-
extensions: mbstring, mysqli, dom
30+
extensions: mbstring, mysqli, dom, zip
3131
coverage: xdebug
3232

3333
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)