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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions(deps): bump shivammathur/setup-php from 2.7.0 to 2.8.0 #215

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2020

Bumps shivammathur/setup-php from 2.7.0 to 2.8.0.

Release notes

Sourced from shivammathur/setup-php's releases.

2.8.0

  • Add support to setup a specific Composer version. For example to setup Composer 2.0.6.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    tools: composer: 2.0.6
  • Add support for couchbase extension for PHP 5.6 to PHP 7.4.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '7.4'
    extensions: couchbase
  • Set blackfire-player to v1.9.3 for PHP 5.5 to PHP 7.0.
  • Set composer version to v1 when prestissimo or composer-prefetcher is specified in tools. It is recommended to stop using prestissimo as Composer 2 is faster on its own.
  • Document using setup-php on i386 and amd64 containers using spc. Docs. Closes #326.
  • Add workflow to document extensions that are enabled by default on wiki. (#327)
  • Fix tools setup when latest release does not have the tool in release assets. Will now fetch tool from the previous release till it is added to the latest release.
  • Improve regex for pre-release PECL extensions. (#325)
  • Install VcRedist from GitHub on Windows.
  • Update PHP dependencies as per GitHub Action runner version on macOS.
  • Fix grpc_php_plugin setup. Now uses Xcode 11.7 as compiling it with Xcode 12 is flaky.
  • Fix extension setup on PHP 8.0 and PHP 8.1 and for all PHP versions on self-hosted Linux.
  • Fix composer setup when it is a dependency of a tool.
  • Revert back to apt-fast as after 1.9.10 release it reports correct exit codes.
  • Revert back to using dashes in step-ids as issue parsing them is fixed upstream (Rewrite contexts before evaluating them聽nektos/act#287).
  • Use GitHub releases(s3) as primary source for builds and scripts with bintray only as fallback. This will scale setup-php better and avoid bintray's 2TB/month download limit.
  • Refactor and dry linux.sh and darwin.sh.
  • Fix contribution docs.

Thanks @GrahamCampbell and @mlocati for the contributions 馃帀


Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.7.0...a67fcb9)

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Nov 18, 2020

Codecov Report

Merging #215 (d2d58a3) into main (9a4e7ff) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #215   +/-   ##
=========================================
  Coverage     96.59%   96.59%           
  Complexity       42       42           
=========================================
  Files             7        7           
  Lines            88       88           
=========================================
  Hits             85       85           
  Misses            3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update 9a4e7ff...d2d58a3. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Nov 18, 2020
@ergebnis-bot ergebnis-bot merged commit cff5d1d into main Nov 18, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/github_actions/shivammathur/setup-php-2.8.0 branch November 18, 2020 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant