Skip to content

Commit 7a6d38a

Browse files
authored
Merge pull request #1307 from hydephp/update-test-matrix
Update test matrix to explicitly set the Zip extension for PHP setup
2 parents c4006ef + dbc9979 commit 7a6d38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
5858
with:
5959
php-version: ${{ matrix.php }}
60-
extensions: fileinfo
60+
extensions: fileinfo, zip
6161
- uses: actions/checkout@v3
6262

6363
- name: Install Composer Dependencies

0 commit comments

Comments
 (0)