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

Commits on May 26, 2022

  1. GH Actions: fix builds on Windows with PHP 8.2

    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 committed May 26, 2022
    Copy the full SHA
    ca59cf9 View commit details
    Browse the repository at this point in the history