Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH Actions: fix builds on Windows with PHP 8.2 #180

Merged
merged 1 commit into from May 27, 2022

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants