loophp / unaltered-psr-http-message-bridge-bundle

Provide a PSR HTTP message bridge without altering query parameters.
MIT License
5 stars 1 forks source link

chore(deps): update shivammathur/setup-php action to v2.24.0 #62

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action minor 2.22.0 -> 2.24.0

Release Notes

shivammathur/setup-php ### [`v2.24.0`](https://togithub.com/shivammathur/setup-php/releases/tag/2.24.0) [Compare Source](https://togithub.com/shivammathur/setup-php/compare/2.23.0...2.24.0) ##### Support Ukraine

#StandWithUkraine

*** - Added support for `relay` extension on Linux and macOS for PHP 7.4 to 8.2. ([#​682](https://togithub.com/shivammathur/setup-php/issues/682)) ```yml - name: Install PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' extensions: relay # or specific version like relay-0.4.6 env: RELAY_KEY: ${{ secrets.RELAY_KEY }} RELAY_ENVIRONMENT: development RELAY_EVICTION_POLICY: lru RELAY_MAX_MEMORY: 256M ``` - Improved support for `zephir_parser` extension. ([#​681](https://togithub.com/shivammathur/setup-php/issues/681)) ```yml - name: Install PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' extensions: zephir_parser ``` - Fixed support for self-hosted environments with outdated package lists. ([#​688](https://togithub.com/shivammathur/setup-php/issues/688)) - Fixed logs for coverage extensions on PHP 8.3. ([#​685](https://togithub.com/shivammathur/setup-php/issues/685)) - Fixed PECL options parsing on macOS. ([#​680](https://togithub.com/shivammathur/setup-php/issues/680)) - Fixed support for `blackfire-player`. - Fixed fetching `phalcon` release asset URL on Windows. - Fixed `protoc` support to account for release versions in `major.minor` format. - Change the `choco` install script URL to avoid redirecting. - Refactored function names in scripts for tools and extensions with custom support. - Updated Node.js dependencies. *** **Full Changelog**: https://github.com/shivammathur/setup-php/compare/2.23.0...2.24.0 Thanks! [@​tillkruss](https://togithub.com/tillkruss), [@​quick-order](https://togithub.com/quick-order), [@​jobbsy-dev](https://togithub.com/jobbsy-dev), and [@​DracoBlue](https://togithub.com/DracoBlue) for the sponsorship ❀️ Thanks! [@​Rotzbua](https://togithub.com/Rotzbua) for the contribution πŸŽ‰

Follow for updates

setup-php reddit setup-php twitter setup-php status

### [`v2.23.0`](https://togithub.com/shivammathur/setup-php/releases/tag/2.23.0) [Compare Source](https://togithub.com/shivammathur/setup-php/compare/2.22.0...2.23.0) #### Support Ukraine

#StandWithUkraine

*** - Added support for nightly builds of `PHP 8.3`. **Note**: Specifying nightly as the `php-version` now will set up `PHP 8.3`. ```yml - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.3' ``` - PHP 8.2 is now stable on `setup-php`. [#​673](https://togithub.com/shivammathur/setup-php/issues/673) **Notes**: - Specifying `latest` or `8.x` as the `php-version` now will set up `PHP 8.2`. - Except `ubuntu-22.04`, all GitHub runners now have `PHP 8.2` as the default version. ```yml - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' ``` - Added support for thread-safe builds of PHP on Linux. [#​651](https://togithub.com/shivammathur/setup-php/issues/651) ```yml - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' env: phpts: ts ``` - Improved extension support on macOS for various extensions using the `shivammathur/extensions` tap. - `ds` [https://github.com/shivammathur/homebrew-extensions/issues/2250](https://togithub.com/shivammathur/homebrew-extensions/issues/2250) - `gearman` [https://github.com/shivammathur/homebrew-extensions/issues/2161](https://togithub.com/shivammathur/homebrew-extensions/issues/2161) - `lua` [https://github.com/shivammathur/homebrew-extensions/issues/1898](https://togithub.com/shivammathur/homebrew-extensions/issues/1898) - `sqlsrv` and `pdo_sqlsrv` [https://github.com/shivammathur/homebrew-extensions/issues/2032](https://togithub.com/shivammathur/homebrew-extensions/issues/2032) - `v8js` [https://github.com/shivammathur/homebrew-extensions/issues/1899](https://togithub.com/shivammathur/homebrew-extensions/issues/1899) - Dropped support for `macos-10.15` GitHub runner. Please update your workflows to use `macos-latest` or `macos-12` runner. - Fixed support for `composer-unused`. [#​668](https://togithub.com/shivammathur/setup-php/issues/668) - Fixed support for `ini-values` with the `=` sign in the value. [#​676](https://togithub.com/shivammathur/setup-php/issues/676) - Added fallbacks to various tools and extensions that use the GitHub API for setup to avoid rate limit errors on Windows. - Fixed a minor error on macOS while patching updated dependency formulae. - Updated Node.js dependencies. *** **Full Changelog**: https://github.com/shivammathur/setup-php/compare/2.22.0...2.23.0 Merry Christmas and happy holidays! πŸŽ„πŸŽ Thanks! [@​jrfnl](https://togithub.com/jrfnl) and [@​flavioheleno](https://togithub.com/flavioheleno) for the contributions πŸŽ‰

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

what-the-diff[bot] commented 1 year ago
github-actions[bot] commented 1 year ago

Since this pull request has not had any activity within the last 5 days, I have marked it as stale. I will close it if no further activity occurs within the next 5 days.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (2.24.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.