setup-php v2.7.0 Release Notes

Release Date: 2020-10-31 // over 3 years ago
    • ➕ Add support for PHP 8.1.0-dev. Specify php-version: 8.1 to setup. docs. Closes #303

      • name: Setup PHPuses: shivammathur/setup-php@v2with: php-version: '8.1'
    • ➕ Add support for macOS Big Sur macos-11.0. docs

      runs-on: macos-11.0

    • ➕ Add support for fail-fast flag. It will mark the workflow as failed if an extension or tool fails to install. Closes #306

      • name: Setup PHPuses: shivammathur/setup-php@v2with: php-version: '7,4'tools: deployerenv: fail-fast: true
    • ➕ Add support for igbinary and imagick for PHP 5.6 and newer on macOS using shivammathur/homebrew-extensions.

    • 🛠 Fix setup for extensions ast, phalcon4, pdo_oci and oci8 after october update in ppa:ondrej/php.

    • 🛠 Fix problem matchers setup when action is called more than once in the same workflow.

    • ⚡️ Switch to apt-get till apt-fast is updated to 1.9.10 on the runner.

    • 🚀 Fetch PhpManager from release assets.

    • ✂ Remove patch for RLIMIT_CORE bug in sudo, fixed upstream.

    • ✏️ Minor fixes for typos in scripts.

    • ⚡️ Update README.

    🍱 Thanks @mlocati for the contribution 🎉