We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28b3a7 commit c59311cCopy full SHA for c59311c
.github/workflows/unit-tests.yaml
@@ -91,7 +91,7 @@ jobs:
91
uses: shivammathur/setup-php@v2
92
with:
93
php-version: ${{ matrix.php-version }}
94
- extensions: ${{ matrix.os == 'windows-latest' && 'pdo_sqlite,sqlite3,fileinfo,gd' || '' }}
+ extensions: ${{ matrix.os == 'windows-latest' && 'pdo_sqlite,sqlite3,fileinfo,gd,zip' || '' }}
95
tools: flex
96
97
- name: Get composer cache directory
0 commit comments