laminas / automatic-releases

Automated release process for `laminas/` projects, usable as github action
Other
141 stars 23 forks source link

Update PHP #215

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
php final minor 8.1-alpine -> 8.2-alpine
php require minor ~8.1.12 -> ~8.2.0

Release Notes

php/php-src ### [`v8.2.0`](https://togithub.com/php/php-src/compare/php-8.1.13...php-8.2.0) [Compare Source](https://togithub.com/php/php-src/compare/php-8.1.13...php-8.2.0) ### [`v8.1.13`](https://togithub.com/php/php-src/compare/php-8.1.12...php-8.1.13) [Compare Source](https://togithub.com/php/php-src/compare/php-8.1.12...php-8.1.13)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



Read more information about the use of Renovate Bot within Laminas.

renovate[bot] commented 1 year ago

âš  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:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/laminas/automatic-releases":"/mnt/renovate/gh/laminas/automatic-releases" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/laminas/automatic-releases" docker.io/renovate/sidecar bash -l -c "install-tool php 8.1.13 && install-tool composer 2.5.0 && composer update php --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
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires php ~8.2.0 but your php version (8.1.99; overridden via config.platform, actual: 8.1.13) does not satisfy that requirement.
Ocramius commented 1 year ago

This requires updating config.platform.php: doing so now :)

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.