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: add builds against Composer 2.2 for PHP 7.2 - 8.x #172

Merged
merged 2 commits into from Apr 18, 2022

Commits on Mar 16, 2022

  1. GH Actions: add builds against Composer 2.2 for PHP 7.2 - 8.x

    Composer 2.3 drops support for PHP < 7.2, so for PHP 5.4 to 7.1, `v2` will install Composer 2.2, for PHP 7.2 and up, `v2` will install Composer 2.3.
    These extra builds make sure the Composer 2.2 LTS version will continue to be 100% supported for PHP 7.2-8.x.
    jrfnl committed Mar 16, 2022
    Copy the full SHA
    fc4e33e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Test bootstrap: tweak the version determination regex

    Apparently, Composer 2.3.0 dropped the word `version` from the `--version` output ;-)
    
    Output on Composer 2.2 and lower:
    ```
    Composer version 2.2.10 2022-03-29 21:55:35
    ```
    
    Composer 2.3 output:
    ```
    Composer 2.3.0 2022-03-30 11:15:36
    ```
    jrfnl committed Mar 30, 2022
    Copy the full SHA
    9b9e823 View commit details
    Browse the repository at this point in the history