Skip to content

ci(deps): Bump shivammathur/setup-php from 2.37.0 to 2.37.2#53

Merged
vitormattos merged 1 commit into
mainfrom
dependabot/github_actions/shivammathur/setup-php-2.37.1
Jun 14, 2026
Merged

ci(deps): Bump shivammathur/setup-php from 2.37.0 to 2.37.2#53
vitormattos merged 1 commit into
mainfrom
dependabot/github_actions/shivammathur/setup-php-2.37.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps shivammathur/setup-php from 2.37.0 to 2.37.2.

Release notes

Sourced from shivammathur/setup-php's releases.

2.37.2

Changelog

  • Fixed macOS setup by marking shivammathur/php and shivammathur/extensions as trusted taps.

  • Switched to Visual Studio 18 (vs18) builds for PHP 8.6 on Windows.

  • Improved looking up environment variables.

  • Tightened security in internal GitHub action workflows.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

2.37.1

Changelog

Security Updates

[!NOTE] This can affect workflows that pass values from users or pull requests to setup-php, for example from comments, dispatch inputs, PR titles/branches, generated matrices, or files such as .php-version and composer.json. Be especially careful with pull_request_target workflows that use any value from the pull request. Workflows that only use fixed trusted values are not expected to be affected, but updating to 2.37.1 is recommended.

[!NOTE]
This only affects workflows where the composer version is pinned like composer:2.9.7, workflows that do not pin the version or use composer:v2 are not affected as those get automatic updates. In case you pin the version, it is highly recommended to upgrade and have automation to do such timely upgrades in your workflows.

Fixes and Improvements

  • Fixed support for phalcon on Windows.

  • Fixed restoring tools when using cached using previous runs.

  • Improved enabling gearman extension on Linux.

  • Fixed fallback when installing PhpManager and VcRedist modules on Windows.

  • Fixed parsing extension inputs with backslash line continuation.

  • Improved workflow examples

    • Added workflow examples for Drupal 11 composer-managed projects and WordPress plugins.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 2026
@dependabot dependabot Bot changed the title ci(deps): Bump shivammathur/setup-php from 2.37.0 to 2.37.1 ci(deps): Bump shivammathur/setup-php from 2.37.0 to 2.37.2 Jun 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/shivammathur/setup-php-2.37.1 branch from dff3d50 to e359e3a Compare June 13, 2026 01:57
@vitormattos

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.37.0 to 2.37.2.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@accd612...f3e473d)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-version: 2.37.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/shivammathur/setup-php-2.37.1 branch from e359e3a to c1610a2 Compare June 14, 2026 13:51
@vitormattos

Copy link
Copy Markdown
Member

/backport to stable34

@vitormattos

Copy link
Copy Markdown
Member

/backport to stable33

@vitormattos

Copy link
Copy Markdown
Member

/backport to stable32

@vitormattos vitormattos merged commit 6227d84 into main Jun 14, 2026
6 checks passed
@vitormattos vitormattos deleted the dependabot/github_actions/shivammathur/setup-php-2.37.1 branch June 14, 2026 13:53
@backportbot-libresign

Copy link
Copy Markdown

The backport to stable32 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable32
git pull origin stable32

# Create the new backport branch
git checkout -b backport/53/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 c1610a22

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/53/stable32

Error: Failed to push branch backport/53/stable32: To https://github.com/LibreSign/3rdparty.git
! [remote rejected] backport/53/stable32 -> backport/53/stable32 (refusing to allow a GitHub App to create or update workflow .github/workflows/composer-auto.yml without workflows permission)
error: failed to push some refs to 'https://github.com/LibreSign/3rdparty.git'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot-libresign

Copy link
Copy Markdown

The backport to stable33 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable33
git pull origin stable33

# Create the new backport branch
git checkout -b backport/53/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 c1610a22

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/53/stable33

Error: Failed to push branch backport/53/stable33: To https://github.com/LibreSign/3rdparty.git
! [remote rejected] backport/53/stable33 -> backport/53/stable33 (refusing to allow a GitHub App to create or update workflow .github/workflows/composer-auto.yml without workflows permission)
error: failed to push some refs to 'https://github.com/LibreSign/3rdparty.git'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot-libresign

Copy link
Copy Markdown

The backport to stable34 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable34
git pull origin stable34

# Create the new backport branch
git checkout -b backport/53/stable34

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick c1610a22

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/53/stable34

Error: Failed to push branch backport/53/stable34: To https://github.com/LibreSign/3rdparty.git
! [remote rejected] backport/53/stable34 -> backport/53/stable34 (refusing to allow a GitHub App to create or update workflow .github/workflows/composer-auto.yml without workflows permission)
error: failed to push some refs to 'https://github.com/LibreSign/3rdparty.git'


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-request dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant