setup-php v2.5.0 Release Notes

Release Date: 2020-09-07 // over 2 years ago
    • โž• Add support for phing. Closes #275

      • name: Setup PHP with phinguses: shivammathur/[email protected]: php-version: '7.4'tools: phing
    • โž• Add support to install intl extension with different ICU versions for PHP 5.6 to PHP 7.4 on Ubuntu.
      ๐Ÿ— ICU 50.2 and newer versions are supported. Refer to ICU builds for the specific versions supported. Closes #282.

      • name: Setup PHP with intl and ICU 67.1uses: shivammathur/[email protected]: php-version: '7.4'extensions: intl-67.1
    • โž• Add printf to PATH if not found in Windows.

    • โž• Add status page badge in README.

    • ๐Ÿ Revert to Powershell PhpManager to install PHP 8 on Windows. (Ref: mlocati/powershell-phpmanager#62).

    • ๐Ÿš€ Switch from tags to releases and use release assets to get Powershell PhpManager.

    • ๐Ÿ›  Fix installing extensions from Dotdeb PPA for PHP 5.4 and PHP 5.5. Ref: #281.

    • ๐Ÿ›  Fix removing extensions for Ubuntu self-hosted runners.

    • Replace fedora references with a valid platform name to validate against process.platform.

    • ๐Ÿ”จ Refactor tools.ts and win32.ps1.

    • โฌ†๏ธ Bump Typescript version to 4.0.1.

    ๐Ÿฑ Thanks @mlocati for the contributions ๐ŸŽ‰