Skip to content

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented May 26, 2022

Proposed Changes

Looks like the zip extension is not available by default on Windows with PHP 8.2, which is causing those builds to fail as the zip extension is needed in the test bootstrap.

Looking at the composer.json file, we previously identified the json and zip extensions as dev requirements, so let's ensure they will always be installed and enabled in CI.

Looks like the `zip` extension is not available by default on [Windows with PHP 8.2](https://github.com/shivammathur/setup-php/wiki/Php-extensions-loaded-on-windows-2019#php-82), which is causing those builds to fail as the zip extension is needed in the test bootstrap.

Looking at the `composer.json` file, we previously identified the `json` and `zip` extensions as `dev` requirements, so let's ensure they will always be [installed and enabled in CI](https://github.com/shivammathur/setup-php#heavy_plus_sign-php-extension-support).
@jrfnl jrfnl merged commit e712e6b into master May 27, 2022
@jrfnl jrfnl deleted the feature/ghactions-fix-builds-windows-php82 branch May 27, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants