ci(deps): Bump shivammathur/setup-php from 2.35.5 to 2.37.0#26
Conversation
|
@dependabot recreate |
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.35.5 to 2.37.0. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@bf6b4fb...accd612) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-version: 2.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
051f7eb to
de0d2a0
Compare
|
/backport to stable33 |
|
/backport to stable32 |
|
The backport to # Switch to the target branch and update it
git checkout stable33
git pull origin stable33
# Create the new backport branch
git checkout -b backport/26/stable33
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick de0d2a0d
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/26/stable33Error: Failed to push branch backport/26/stable33: To https://github.com/LibreSign/3rdparty.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
|
The backport to # Switch to the target branch and update it
git checkout stable32
git pull origin stable32
# Create the new backport branch
git checkout -b backport/26/stable32
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick de0d2a0d
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/26/stable32Error: Failed to push branch backport/26/stable32: To https://github.com/LibreSign/3rdparty.git Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports. |
Bumps shivammathur/setup-php from 2.35.5 to 2.37.0.
Release notes
Sourced from shivammathur/setup-php's releases.
... (truncated)
Commits
accd612Update dependenciesa5c2146Improve tool cache to not cache persistent urls6a1d559Fix regression in pecl_http support [skip ci]076a5e3Update actions in examples [skip ci]00c8f84Add support for ionCube for PHP 8.5 [skip ci]c033e31Add support for zephir parser for PHP 8.5 [skip ci]bc6f40aSwitch to downloads.php.net in Get-ICUUrl [skip ci]fe26b50Fix support for pecl_http on Windows [skip ci]e67ff94Fix caching couchbase on macOS [skip ci]4e89813Improve switch_version on Linux