Skip to content

Bump php-actions/composer from 5 to 6 #2

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 22, 2021

Bumps php-actions/composer from 5 to 6.

Release notes

Sourced from php-actions/composer's releases.

June 2021 release

  • 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.

v6.0.0

Semantic version release for v6 tag. Please see https://github.com/php-actions/composer/releases/tag/v6 for the full release notes.

Commits
  • d936bcb Merge branch '40-env'
  • c115e89 docs: update readme for v6
  • 000a9d1 set full_command output variable before running
  • 3dfa462 expose network from host to runner
  • 8a7a9be group debug output on failure
  • ddf3c64 wip: quiet skipping
  • 2ff57fc wip: pass actual docker env file to docker
  • 64eacb1 debug: reverse logic
  • 6592425 debug: output host keys
  • f477155 debug: output extracted vars
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

J-T-McC and others added 4 commits May 23, 2021 13:35
- Updated composer requirements
- Removed deprecated method
- Added test for missing coverage
- Updated types throughout
- Updated phpunitxml to support new version
Bumps [php-actions/composer](https://github.com/php-actions/composer) from 5 to 6.
- [Release notes](https://github.com/php-actions/composer/releases)
- [Commits](php-actions/composer@v5...v6)

---
updated-dependencies:
- dependency-name: php-actions/composer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 22, 2021
@J-T-McC J-T-McC force-pushed the master branch 2 times, most recently from d0996c3 to 032bdb6 Compare August 14, 2024 02:22
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