-
-
Notifications
You must be signed in to change notification settings - Fork 50
redis: rename to phpredis #5413
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8af9f11 to
dd3ccac
Compare
github-merge-queue bot
pushed a commit
to line/line-bot-sdk-php
that referenced
this pull request
Dec 3, 2025
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [shivammathur/setup-php](https://redirect.github.com/shivammathur/setup-php) | action | minor | `2.35.5` -> `2.36.0` | --- ### Release Notes <details> <summary>shivammathur/setup-php (shivammathur/setup-php)</summary> ### [`v2.36.0`](https://redirect.github.com/shivammathur/setup-php/releases/tag/2.36.0) [Compare Source](https://redirect.github.com/shivammathur/setup-php/compare/2.35.5...2.36.0) ##### Changelog - Added support for PHP 8.5 stable release. ```yml - name: Setup PHP 8.5 (stable) uses: shivammathur/setup-php@v2 with: php-version: '8.5' ``` - Added support for PHP 8.6.0-dev. Specifying `8.6` in the `php-version` input should now set up a nightly build from the master branch of `php-src`. ([#​1002](https://redirect.github.com/shivammathur/setup-php/issues/1002)) ```yml - name: Setup PHP 8.6.0-dev uses: shivammathur/setup-php@v2 with: php-version: '8.6' ``` - Added support for `pdo_ibm` and `ibm_db2` extensions. ```yml - name: Setup PHP with pdo_ibm and ibm_db2 extensions uses: shivammathur/setup-php@v2 with: php-version: '8.5' extensions: pdo_ibm, ibm_db2 ``` - Added support to install `blackfire` extension on PHP 8.5. ```yml - name: Setup PHP with blackfire extension uses: shivammathur/setup-php@v2 with: php-version: '8.5' extensions: blackfire ``` - Improved support to detect the required libraries when building from source for common extensions. For example installing `gnupg` from source would install the required `libgpgme` library automatically. ([#​1021](https://redirect.github.com/shivammathur/setup-php/issues/1021)) ```yml - name: Setup PHP with amqp extension uses: shivammathur/setup-php@v2 with: php-version: '8.5' extensions: gnupg-1.5.4 ``` - Improved support for `symfony-cli`. It should now correctly set up the requested version. ([#​1008](https://redirect.github.com/shivammathur/setup-php/issues/1008)) ```yml - name: Setup PHP with symfony-cli uses: shivammathur/setup-php@v2 with: php-version: '8.5' tools: symfony-cli:5.16.0 ``` - Improved support for `relay` extension. Also added support to install the nightly version of the extension. ([#​1011](https://redirect.github.com/shivammathur/setup-php/issues/1011), [#​1012](https://redirect.github.com/shivammathur/setup-php/issues/1012)) - Improved installing PHP on macOS. Also fixed installing PHP on `macos-15-intel` GitHub runner. ([#​1029](https://redirect.github.com/shivammathur/setup-php/issues/1029)) - Improved support for `deb822` format sources files on Linux. It should now set up the sources files in `deb822` format on Ubuntu 24.04, Debian 13, and newer. It would automatically switch the format as well for the repositories added by the action to the new format when supported. ([#​1027](https://redirect.github.com/shivammathur/setup-php/issues/1027)) - Improved support for installing `pdo_oci`. ([#​1028](https://redirect.github.com/shivammathur/setup-php/issues/1028)) - Fixed installing `gearman` extension for PHP 5.6 and 7.0 on Linux. - Fixed an edge case in tools setup to fall back to the latest version. ([#​1024](https://redirect.github.com/shivammathur/setup-php/issues/1024)) - Fixed support to build extensions with uppercase names from PECL. ([#​1017](https://redirect.github.com/shivammathur/setup-php/issues/1017)) - Fixed warning on `redis` setup on macOS after formula rename. ([shivammathur/homebrew-extensions#5413](https://redirect.github.com/shivammathur/homebrew-extensions/pull/5413)) - Fixed fallback link for `composer` setup. ([#​1025](https://redirect.github.com/shivammathur/setup-php/issues/1025)) - Updated the link for flex documentation in README. ([#​1020](https://redirect.github.com/shivammathur/setup-php/issues/1020)) - Updated Node.js dependencies. Thanks [@​shyim](https://redirect.github.com/shyim), [@​tillkruss](https://redirect.github.com/tillkruss), and [@​nicolas-grekas](https://redirect.github.com/nicolas-grekas) for the contributions 🎉 Thanks [@​JetBrainsOfficial](https://redirect.github.com/JetBrainsOfficial) and [@​cachewerk](https://redirect.github.com/cachewerk) for the sponsorship ❤️ For the complete list of changes, please refer to the [Full Changelog](https://redirect.github.com/shivammathur/setup-php/compare/2.35.5...2.36.0) <p> <h4>Follow for updates</h4> <a href="https://reddit.com/r/setup_php" title="setup-php reddit"><img alt="setup-php reddit" src="https://img.shields.io/badge/reddit-join-FF5700?logo=reddit&logoColor=FF5700&labelColor=555555"></a> <a href="https://twitter.com/setup_php" title="setup-php twitter"><img alt="setup-php twitter" src="https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555"></a> <a href="https://status.setup-php.com" title="setup-php status"><img alt="setup-php status" src="https://img.shields.io/badge/status-subscribe-28A745?logo=statuspage&logoColor=28A745&labelColor=555555"></a> </p> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-php). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.