Skip to content

Commit

Permalink
Merge pull request #1307 from hydephp/update-test-matrix
Browse files Browse the repository at this point in the history
Update test matrix to explicitly set the Zip extension for PHP setup
  • Loading branch information
caendesilva authored Mar 15, 2023
2 parents c4006ef + dbc9979 commit 7a6d38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d
with:
php-version: ${{ matrix.php }}
extensions: fileinfo
extensions: fileinfo, zip
- uses: actions/checkout@v3

- name: Install Composer Dependencies
Expand Down

0 comments on commit 7a6d38a

Please sign in to comment.