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.23.0 #61

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.23.0

Release Notes

shivammathur/setup-php ### [`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.23.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.