Skip to content

Update shivammathur/setup-php action to v2.34.0#100

Merged
DavidBadura merged 1 commit into1.11.xfrom
renovate/shivammathur-setup-php-2.x
Jun 11, 2025
Merged

Update shivammathur/setup-php action to v2.34.0#100
DavidBadura merged 1 commit into1.11.xfrom
renovate/shivammathur-setup-php-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2025

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action minor 2.33.0 -> 2.34.0

Release Notes

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

v2.34.0

Compare Source

Changelog
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: pie
  • Added support to allow composer plugins by specifying the list of plugins in COMPOSER_ALLOW_PLUGINS env.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
  env:
    COMPOSER_ALLOW_PLUGINS: composer/installers, composer/satis
  • Added fallback for fetching the manifest for PHP versions. (#​952)

  • Added support to specify tools directory using SETUP_PHP_TOOLS_DIR env. (#​943, #​945)

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
  env:
    SETUP_PHP_TOOLS_DIR: /tmp/tools
  • Improved detecting linux self-hosted runners if runner env is not specified. (#​947)

  • Improved locking mechanism while fetching files on self-hosted runners.

  • Dropped support for using dependency files in shivammathur/extension tap.

  • Fixed errors on macOS regarding missing taps.

  • Fixed logic to fail on first error in extension setup from source. (#​951)

  • Fixed error about missing self_hosted_helper function on macOS.

  • Fixed installing hiredis on macOS during relay setup.

  • Fixed the file name of the sources list to match the name used by apt-add-repository. (#​953)

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    extensions: relay
  • Updated Node.js dependencies.

Thanks @​alcaeus, @​JMoodyFWD, and @​cmb69 for the contributions 🎉

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

Follow for updates

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

Full Changelog: shivammathur/setup-php@2.33.0...2.34.0


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.


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

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

| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.33.0 | 2.34.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
Copy link
Contributor Author

renovate bot commented Jun 10, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot added the renovate label Jun 10, 2025
@github-actions
Copy link

Hello 👋

here is the most recent benchmark result:

HydratorWithCryptographyBench
=============================

+-------------------------------+-------------------+-------------------+-----------------+------------+
|                               | time (kde mode)                       | memory                       |
+-------------------------------+-------------------+-------------------+-----------------+------------+
| subject                       | Tag: <current>    | Tag: base         | Tag: <current>  | Tag: base  |
+-------------------------------+-------------------+-------------------+-----------------+------------+
| benchHydrate1Object ()        | 16.000μs (±0.00%) | 15.400μs (±0.00%) | 5.972mb         | 5.972mb    |
| benchExtract1Object ()        | 21.000μs (±0.00%) | 21.000μs (±0.00%) | 5.972mb         | 5.972mb    |
| benchHydrate1000Objects ()    | 13.587ms (±0.00%) | 13.883ms (±0.00%) | 5.972mb         | 5.972mb    |
| benchExtract1000Objects ()    | 16.917ms (±0.00%) | 16.829ms (±0.00%) | 5.972mb         | 5.972mb    |
| benchHydrate1000000Objects () | 13.677s (±0.00%)  | 13.731s (±0.00%)  | 5.972mb         | 5.972mb    |
| benchExtract1000000Objects () | 16.284s (±0.00%)  | 16.611s (±0.00%)  | 5.972mb         | 5.972mb    |
+-------------------------------+-------------------+-------------------+-----------------+------------+

HydratorBench
=============

+-------------------------------+------------------+------------------+-----------------+------------+
|                               | time (kde mode)                     | memory                       |
+-------------------------------+------------------+------------------+-----------------+------------+
| subject                       | Tag: <current>   | Tag: base        | Tag: <current>  | Tag: base  |
+-------------------------------+------------------+------------------+-----------------+------------+
| benchHydrate1Object ()        | 7.800μs (±0.00%) | 8.000μs (±0.00%) | 5.810mb         | 5.810mb    |
| benchExtract1Object ()        | 8.800μs (±0.00%) | 8.600μs (±0.00%) | 5.810mb         | 5.810mb    |
| benchHydrate1000Objects ()    | 6.885ms (±0.00%) | 6.758ms (±0.00%) | 5.810mb         | 5.810mb    |
| benchExtract1000Objects ()    | 6.600ms (±0.00%) | 6.710ms (±0.00%) | 5.810mb         | 5.810mb    |
| benchHydrate1000000Objects () | 6.762s (±0.00%)  | 6.676s (±0.00%)  | 5.810mb         | 5.810mb    |
| benchExtract1000000Objects () | 6.694s (±0.00%)  | 6.702s (±0.00%)  | 5.810mb         | 5.810mb    |
+-------------------------------+------------------+------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@DavidBadura DavidBadura merged commit 05475f7 into 1.11.x Jun 11, 2025
25 of 27 checks passed
@DavidBadura DavidBadura deleted the renovate/shivammathur-setup-php-2.x branch June 11, 2025 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant