Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shivammathur/setup-php action to v2.25.4 #152

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
shivammathur/setup-php action minor 2.24.0 -> 2.25.4

Release Notes

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

v2.25.4

Compare Source

Changelog
  • Fixed regression in 2.25.3 in PHPUnit installation by specifying major or major.minor version in the tools input. #​743

  • Fixed fs import in utls.test.ts.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.3...2.25.4

Follow for updates

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

v2.25.3

Compare Source

Changelog
  • Added support for zts intl builds for all supported ICU versions. #​739, shivammathur/icu-intl@d6ee42c.

  • Added docker to the shivammathur/node images. #​742

  • Fixed regression in support for Zend extensions installed using PECL. #​738

  • Fixed PHPUnit and phpcpd support to set up versions compatible with the PHP version. #​732

  • Fixed support for nektos/act to run the action in self-hosted mode when using the tool. #​742

  • Fixed parsing versions in tools input. #​734

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.2...2.25.3

New Contributors

Thanks @​ramsey and @​pxlrbt for the sponsorship ❤️

Follow for updates

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

v2.25.2

Compare Source

Changelog
  • Improved PHP builds cache for GitHub Actions Ubuntu environments.
  • Fixed support for PECL extensions in extensions input with version. #​725
  • Updated memcache extension to 8.2 in the builds cache for GitHub Actions Ubuntu environments for PHP 8.0 and above. #​725
  • Fixed a typo in the strategy of the sage example by @​yassinehamouten in https:/shivammathur/setup-php/pull/726
  • Updated Node.js dependencies.
New Contributors

Full Changelog: shivammathur/setup-php@2.25.1...2.25.2

Follow for updates

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

v2.25.1

Compare Source

Changelog

  • Fixed regression in support for event extension in 2.25.0 (#​722).
  • Added fallback to GitHub API in Add-DebugSymbols on Windows.
  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.25.0...2.25.1

Follow for updates

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

v2.25.0

Compare Source

Changelog

  • Dropped support for Ubuntu 18.04. (#​717)
    Please use ubuntu-22.04 or ubuntu-20.04 runners.
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04

### or

- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
  • Added support for php-version-file input to read the input PHP version from a file Docs. (#​690)

    Example: If you have a file .php-version in your file structure with the PHP version as its content, you can use the php-version-file input.

- name: Checkout
  uses: actions/checkout@v3

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version-file: .php-version
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: intl-73.1
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    extensions: snmp, uuid
  • Added retry logic across Windows to decrease the network failure rate. (#​700, #​711)

  • Switched to using phpenmod script to enable extensions on Linux.

  • Switched to using Write-Error instead of Exit on Windows as that did not stop the workflow on errors. (#​709)

  • Improved support for relay extension. #​719

  • Fixed support for zts build of zephir_parser extension. #​701

  • Fixed parameters in the xargs call. #​712

  • Fixed minor shellcheck error.

  • Fixed the wrapper used to install Debian packages to check for broken package failures.

  • Fixed the JIT config set up to match the docs.

  • Updated Node.js dependencies.

Full Changelog: shivammathur/setup-php@2.24.0...2.25.0

Contributions

New Contributors

Thanks! for the contribution 🎉

Follow for updates

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


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2023
@codecov
Copy link

codecov bot commented Apr 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f09880d) 99.55% compared to head (e9e32f6) 99.55%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #152   +/-   ##
=========================================
  Coverage     99.55%   99.55%           
  Complexity      226      226           
=========================================
  Files            30       30           
  Lines           902      902           
=========================================
  Hits            898      898           
  Misses            4        4           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e540795 to 8ff2956 Compare April 17, 2023 00:41
@renovate renovate bot changed the title Update dependency phpunit/phpunit to ^10.1.0 Update all non-major dependencies Apr 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0489f24 to 678c635 Compare April 22, 2023 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7dd340c to 315fd61 Compare May 5, 2023 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 997bb7f to 55badd4 Compare May 17, 2023 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55badd4 to 5aa9e54 Compare May 21, 2023 09:42
@renovate
Copy link
Author

renovate bot commented May 21, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/0c6220/ea0aa5/repos/github/gsteel/postmark-php":"/tmp/worker/0c6220/ea0aa5/repos/github/gsteel/postmark-php" -v "/tmp/worker/0c6220/ea0aa5/cache":"/tmp/worker/0c6220/ea0aa5/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/0c6220/ea0aa5/repos/github/gsteel/postmark-php" ghcr.io/containerbase/sidecar bash -l -c "install-tool php 8.1.20 && install-tool composer 2.5.8 && composer update laminas/laminas-diactoros php-http/curl-client php-http/mock-client phpunit/phpunit vimeo/psalm --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Dependency psr/http-factory is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/http-message is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency php-http/discovery is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency psr/http-client is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Dependency symfony/options-resolver is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires php-http/mock-client ^1.6.0 -> satisfiable by php-http/mock-client[1.6.0].
    - php-http/mock-client 1.6.0 requires php-http/discovery ^1.16 -> found php-http/discovery[1.16.0, ..., 1.19.0] but the package is fixed to 1.15.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23ecc3f to 6445190 Compare May 25, 2023 07:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 20b6374 to 6c36d86 Compare June 5, 2023 06:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 16177a8 to df55914 Compare June 13, 2023 00:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d597a0d to fd7c7c3 Compare June 28, 2023 10:19
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.24.0 | 2.25.4 |
@renovate renovate bot changed the title Update all non-major dependencies Update shivammathur/setup-php action to v2.25.4 Jun 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd7c7c3 to e9e32f6 Compare June 28, 2023 10:30
@gsteel gsteel self-assigned this Jun 28, 2023
@gsteel gsteel added this to the 5.1.0 milestone Jun 28, 2023
@gsteel gsteel merged commit ac98073 into main Jun 28, 2023
@gsteel gsteel deleted the renovate/all-minor-patch branch June 28, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant