Skip to content

Commit c59311c

Browse files
committed
[CI] Install zip on Windows
1 parent b28b3a7 commit c59311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: shivammathur/setup-php@v2
9292
with:
9393
php-version: ${{ matrix.php-version }}
94-
extensions: ${{ matrix.os == 'windows-latest' && 'pdo_sqlite,sqlite3,fileinfo,gd' || '' }}
94+
extensions: ${{ matrix.os == 'windows-latest' && 'pdo_sqlite,sqlite3,fileinfo,gd,zip' || '' }}
9595
tools: flex
9696

9797
- name: Get composer cache directory

0 commit comments

Comments
 (0)