Skip to content

chore(deps): bump shivammathur/setup-php action from 2.35.4 to v2.35.5 - #4780

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/shivammathur-setup-php-2.x
Oct 7, 2025
Merged

chore(deps): bump shivammathur/setup-php action from 2.35.4 to v2.35.5#4780
renovate[bot] merged 1 commit into
mainfrom
renovate/shivammathur-setup-php-2.x

Conversation

@renovate

@renovate renovate Bot commented Oct 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action patch v2.35.4 -> 2.35.5
shivammathur/setup-php action patch 2.35.4 -> 2.35.5

Warnings (1)

Please correct - or verify that you can safely ignore - these warnings before you merge this PR.

  • shivammathur/setup-php: Could not determine new digest for update (github-tags package shivammathur/setup-php)


Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

shivammathur/setup-php (shivammathur/setup-php)

v2.35.5

Compare Source

Changelog
  • Added support for macOS 26 based environments.
runs-on: macos-26
steps:
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  • Fixed resolving tools' releases to the latest one for a version prefix in tools input. (#​1000)
    For example, this should install the latest release of PHPUnit with 10.5 as the prefix.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.1'
    tools: phpunit:10.5.x
  • Improved installing intl extension with a particular ICU versions.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: intl-77.1
  • Fixed tools setup to use the new github-token input value to avoid rate limits.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: phpcs: 4
    github-token: ${{ secrets.GITHUB_TOKEN }}
  • Improved errors when tools fail to install. (#​991)

  • Fixed warning in get function on request failure.

  • Added a fallback source for composer phar archives. (#​956)

  • Added a fallback source for PPA keys. (#​996)

  • Fixed opcache.jit_buffer_size config on arm environments. (#​999)

  • Updated Node.js dependencies.

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

Follow for updates

setup-php reddit setup-php twitter setup-php status


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot requested a review from hamza221 as a code owner October 7, 2025 20:25
@renovate renovate Bot added the 4. to release Ready to be released and/or waiting for tests to finish label Oct 7, 2025
@renovate
renovate Bot requested a review from GVodyanov as a code owner October 7, 2025 20:25
@renovate renovate Bot added the dependencies label Oct 7, 2025
@renovate
renovate Bot requested a review from SebastianKrupinski as a code owner October 7, 2025 20:25
@renovate
renovate Bot enabled auto-merge October 7, 2025 20:25
@codecov

codecov Bot commented Oct 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 10.94%. Comparing base (31580da) to head (e14d0cd).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #4780   +/-   ##
=========================================
  Coverage     10.94%   10.94%           
  Complexity      291      291           
=========================================
  Files           127      127           
  Lines          6552     6552           
  Branches       1204     1204           
=========================================
  Hits            717      717           
  Misses         5713     5713           
  Partials        122      122           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot merged commit 4c1ac33 into main Oct 7, 2025
45 checks passed
@renovate
renovate Bot deleted the renovate/shivammathur-setup-php-2.x branch October 7, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to release Ready to be released and/or waiting for tests to finish dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants