github-actions(deps): bump shivammathur/setup-php from 2.25.5 to 2.27.1
Bumps shivammathur/setup-php from 2.25.5 to 2.27.1.
Release notes
Sourced from shivammathur/setup-php's releases.
2.27.1
Changelog
Fixed updating PHP dependencies after formulae in homebrew/core tap have been sharded into directories with prefixes. (#780)
Update
actions/setup-nodefromv3tov4in the node workflow.Update Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
2.27.0
Changelog
- Tools
boxandphp-scopercan now be installed easily using thetoolsinput. (#776)- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' tools: box, php-scoper
Added support for macOS 14.x Sonoma and dropped support for macOS 11.x Big Sur following a three-year support cycle that Apple follows for macOS.
We now set
keepAliveinhttpsagent tofalseinfetch.ts. After Node 19 it is set totrueby default. This prevented the node process from exiting until timeout after the action run was completed. (#773, #777) - RefFixed support for
couchbaseextension for PHP 7.4.- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '7.4' extensions: couchbase
Fixed a warning when
findwas run without checking if the path exists on macOS.Fixed checking for existing PHP installations on macOS on self-hosted environments.
Fixed adding tools in case
/usr/local/bindirectory was missing on self-hosted environments.Bumped Node.js dependencies.
... (truncated)
Commits
a36e1e5Bump version to 2.27.104ff9b0Add HOMEBREW_NO_INSTALL_FROM_API=1 to darwin.sh65fad67Fix updating homebrew dependencies after sharding in core tap6668249Merge pull request #778 from shivammathur/dependabot/github_actions/develop/a...81c255fBump actions/setup-node from 3 to 481cd5aeBump version to 2.27.029a9813Add required extensions for boxf60e7deAdd PHP 8.4 to the php workflowb5efb21Add tests for box and php-scoper26e6a92Merge pull request #776 from theofidry/patch-1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)