Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Update php-actions/composer action to v6 #34

Merged
merged 1 commit into from
Jun 18, 2022

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 10, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
php-actions/composer action major v5 -> v6

Release Notes

php-actions/composer

v6

Compare Source

  • php-build has been updated to allow different versions of Composer/PHP to be built separately, meaning faster builds for your projects.
  • The host environment variables within Github Actions are passed to the Docker container. This Action runs as a Composite Runner, so the actual tests are ran within a custom Docker image, supplied by php-build.
  • Composer's memory limit can be adjusted now thanks to the memory_limit input added by @​TimWerdin.
  • When a build fails, all debug output is shown within the action's output, but is grouped within a "debug output" summary. This means that whether your build passes or fails, you'll still see the Composer output in the format you'd expect, but you are now only one click away from viewing all the commands Github Actions ran to get the build running, in case there is a configuration issue to debug. This is shown as the last line of the output, as a clickable summary group that expands to show the full detail.
  • Docs updated, thanks to @​binarygary, @​LorenzoSapora and @​vlasscontreras!

From now on, minor version releases will be made using semantic versioning, with the major version being retagged on the non-specific version tag. For example, the release of v3.0.0 will be tagged as both v3.0.0 and v3 - when a minor version is released, a new tag of v3.1.0 will be created, and the v3 tag will be retagged to point to the latest release within the major release of 3.x. This gives developers the choice of whether to keep up to date with all v3 developments, or fix their builds to a specific version of this action.

As always, have fun and stay productive!

If you've found this action helpful, please consider sponsoring the developer.


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 becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/php-actions-composer-6.x branch from 6a144d1 to 8be9c75 Compare April 25, 2022 07:05
@yondifon yondifon merged commit 111bcb8 into master Jun 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants